Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mholiday-nyt committed Apr 19, 2021
1 parent 51ae1ff commit e245ef5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions wsl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1833,19 +1833,19 @@ func TestWithConfig(t *testing.T) {
code: []byte(`package main
func main() {
// OK
// OK
a := 1
b := 2
b := 2
// should fail
// should fail
c := 3
b = 2
b = 2
// should fail
err := DoSomething()
if err != nil {
b = 4
}
// should fail
err := DoSomething()
if err != nil {
b = 4
}
}`),
customConfig: &Configuration{
AllowAssignAndAnythingCuddle: true,
Expand Down

0 comments on commit e245ef5

Please sign in to comment.