Skip to content

Commit 2403596

Browse files
authored
fix: remove copying variable (#182)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 56778c5 commit 2403596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cip20_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func TestValidCip20Metadata(t *testing.T) {
140140
}
141141

142142
for _, tc := range testCases {
143-
tc := tc // capture range variable for goroutines
143+
// capture range variable for goroutines
144144
t.Run(tc.name, func(t *testing.T) {
145145
t.Parallel()
146146

0 commit comments

Comments
 (0)