We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd70782 commit 8301a23Copy full SHA for 8301a23
1 file changed
db/revtree_test.go
@@ -10,7 +10,6 @@ package db
10
11
import (
12
"fmt"
13
- "github.com/davecgh/go-spew/spew"
14
"log"
15
"os"
16
"sort"
@@ -19,6 +18,7 @@ import (
19
18
"time"
20
21
"github.com/couchbase/sync_gateway/base"
+ "github.com/davecgh/go-spew/spew"
22
"github.com/stretchr/testify/assert"
23
"github.com/stretchr/testify/require"
24
)
0 commit comments