Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
walldiss committed Sep 5, 2023
1 parent 6bbee76 commit cb09683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/eds/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type Store struct {
lastGCResult atomic.Pointer[dagstore.GCResult]

// stripedLocks is used to synchronize parallel operations
stripedLocks [256]sync.Mutex
stripedLocks [256]sync.Mutex
shardFailures chan dagstore.ShardResult

metrics *metrics
Expand Down

0 comments on commit cb09683

Please sign in to comment.