mirror of
https://github.com/mgechev/revive.git
synced 2025-11-27 22:18:41 +02:00
refactor: gofmt testdata (#1379)
This commit is contained in:
2
testdata/useless_break.go
vendored
2
testdata/useless_break.go
vendored
@@ -95,7 +95,7 @@ func UselessBreaks() {
|
||||
break // MATCH /useless break in case clause/
|
||||
case 2:
|
||||
fmt.Println("bar")
|
||||
break
|
||||
break
|
||||
fmt.Println("baz")
|
||||
case 3:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user