1
0
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:
Oleksandr Redko
2024-10-26 13:35:02 +03:00
committed by GitHub
parent ad0f03a03f
commit 599874c773
12 changed files with 3 additions and 20 deletions

View File

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