Skip to content

Commit 6ba863f

Browse files
author
Nishanth Shanmugham
committed
undo spurious testdata change
1 parent 8961722 commit 6ba863f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testdata/switchtest/switchtest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func switchWithoutDefault(b Biome) {
2525

2626
func switchParen(b Biome) {
2727
switch b {
28-
case (Tundra), (Desert):
28+
case ((Tundra)), (Desert):
2929
}
3030
}
3131

0 commit comments

Comments
 (0)