1
0
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:
Oleksandr Redko
2025-05-26 13:54:46 +03:00
committed by GitHub
parent e8ed573739
commit 87b146c60e
20 changed files with 54 additions and 62 deletions

View File

@@ -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:
}