Skip to content

Commit cb0f724

Browse files
refactor: remove redundant variable declarations in for loops (#656)
Signed-off-by: liuyueyangxmu <liuyueyangxmu@outlook.com>
1 parent 349af5b commit cb0f724

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/basic_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,6 @@ func TestLeaderModifiesPreprepare(t *testing.T) {
11911191
},
11921192
},
11931193
} {
1194-
test := test
11951194
t.Run(test.description, func(t *testing.T) {
11961195
t.Parallel()
11971196
network := NewNetwork()

0 commit comments

Comments
 (0)