Skip to content

Commit 3cc9b08

Browse files
committed
linting
1 parent cc4a462 commit 3cc9b08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/util/slice/example_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"github.com/coder/coder/v2/coderd/util/slice"
77
)
88

9+
//nolint:revive // They want me to error check my Printlns
910
func ExampleSymmetricDifference() {
1011
// The goal of this function is to find the elements to add & remove from
1112
// set 'a' to make it equal to set 'b'.

0 commit comments

Comments
 (0)