Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nikandfor committed Jan 17, 2024
1 parent ca32a02 commit 981a950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions safe.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ type (
Batch[Res any] struct {
c *Coordinator[Res]

noCopy noCopy
noCopy noCopy //nolint:unused
state byte
}

noCopy struct{}
noCopy struct{} //nolint:unused
)

const (
Expand Down
2 changes: 1 addition & 1 deletion safe_multi.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type (

coach int

noCopy noCopy
noCopy noCopy //nolint:unused
state byte
}
)
Expand Down

0 comments on commit 981a950

Please sign in to comment.