Skip to content

Commit 8301a23

Browse files
committed
goimports
1 parent cd70782 commit 8301a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/revtree_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ package db
1010

1111
import (
1212
"fmt"
13-
"github.com/davecgh/go-spew/spew"
1413
"log"
1514
"os"
1615
"sort"
@@ -19,6 +18,7 @@ import (
1918
"time"
2019

2120
"github.com/couchbase/sync_gateway/base"
21+
"github.com/davecgh/go-spew/spew"
2222
"github.com/stretchr/testify/assert"
2323
"github.com/stretchr/testify/require"
2424
)

0 commit comments

Comments
 (0)