Skip to content

Commit

Permalink
udpated order
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshil Goel committed Jul 17, 2023
1 parent 7e9915d commit b4f53f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ import (
"log"
"sort"

"github.com/golang/glog"

"github.com/dgraph-io/badger/v4"
bpb "github.com/dgraph-io/badger/v4/pb"
"github.com/dgraph-io/dgraph/protos/pb"
"github.com/golang/glog"
)

func PrintRollup(plist *pb.PostingList, parts map[uint64]*pb.PostingList, baseKey []byte, ts uint64) {
Expand Down

0 comments on commit b4f53f4

Please sign in to comment.