Skip to content

Commit 08cc33e

Browse files
committed
fix: liter errors
1 parent 53b9d2c commit 08cc33e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mqtt/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func (c *mockClient) OptionsReader() mqtt.ClientOptionsReader {
119119

120120
type mockToken struct {
121121
cntWait int
122-
//lint:ignore U1000
122+
//lint:ignore U1000 future use possible
123123
cntError int
124124
complete chan struct{}
125125
}

0 commit comments

Comments
 (0)