mirror of
https://github.com/mgechev/revive.git
synced 2025-11-23 22:04:49 +02:00
chore: remove unnecessary empty lines (#1080)
This commit is contained in:
@@ -95,7 +95,6 @@ func TestFileFilter(t *testing.T) {
|
||||
t.Fatalf("should not match %s", fn)
|
||||
}
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
t.Run("just *", func(t *testing.T) {
|
||||
@@ -109,7 +108,6 @@ func TestFileFilter(t *testing.T) {
|
||||
t.Fatalf("should match %s", fn)
|
||||
}
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
t.Run("just ~", func(t *testing.T) {
|
||||
@@ -123,6 +121,5 @@ func TestFileFilter(t *testing.T) {
|
||||
t.Fatalf("should match %s", fn)
|
||||
}
|
||||
}
|
||||
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user