Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <[email protected]>
  • Loading branch information
alexec committed Sep 17, 2021
1 parent 06bdf8d commit 79e3ca0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared/builtin/dedupe/dedupe.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import (
)

var (
logger = sharedutil.NewLogger()
db = &uniqItems{ids: map[string]*item{}}
mu = sync.Mutex{}
logger = sharedutil.NewLogger()
db = &uniqItems{ids: map[string]*item{}}
mu = sync.Mutex{}
)

func New(ctx context.Context, uid string, maxSize resource.Quantity) (builtin.Process, error) {
Expand Down

0 comments on commit 79e3ca0

Please sign in to comment.