Skip to content

Commit bd665e7

Browse files
authored
go fmt ./... (#176)
1 parent abd318b commit bd665e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/gcp/dedup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func (d *DedupStorage) Add(ctx context.Context, entries []dedup.LeafDedupInfo) e
8282
m = append(m, &spanner.MutationGroup{
8383
Mutations: []*spanner.Mutation{
8484
spanner.Insert("IDSeq", []string{"id", "h", "idx", "timestamp"},
85-
[]interface{}{0, e.LeafID, int64(e.Idx), int64(e.Timestamp)})},
85+
[]interface{}{0, e.LeafID, int64(e.Idx), int64(e.Timestamp)})},
8686
})
8787
}
8888

0 commit comments

Comments
 (0)