Skip to content

Commit

Permalink
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/upda…
Browse files Browse the repository at this point in the history
…te.sh
  • Loading branch information
reltuk committed Feb 15, 2022
1 parent c7aa574 commit f2fa2fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion go/store/datas/database_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func getParentsClosure(ctx context.Context, vrw types.ValueReadWriter, parentRef

type nomsDatasetsMap struct {
db *database
m types.Map
m types.Map
}

func (m nomsDatasetsMap) Len() uint64 {
Expand Down
1 change: 0 additions & 1 deletion go/store/nbs/frag/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ func main() {
var optimal, sum int
visited := map[hash.Hash]bool{}


current := hash.HashSlice{root}
for numNodes := 1; numNodes > 0; numNodes = len(current) {
// Start by reading the values of the current level of the graph
Expand Down

0 comments on commit f2fa2fa

Please sign in to comment.