Skip to content

Commit

Permalink
chore: make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jun 19, 2022
1 parent 79852cb commit 92595c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/col_nothing.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type Nothing struct{}
type ColNothing int

func (c *ColNothing) Append(v Nothing) {
*c += 1
*c++
}

func (c ColNothing) Row(i int) Nothing {
Expand Down

0 comments on commit 92595c4

Please sign in to comment.