1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-06-12 21:47:35 +02:00

Add linter whitespace (#531)

This commit is contained in:
Lukas
2021-11-24 01:31:11 +01:00
committed by GitHub
parent 57db3227ab
commit 25bf91bd37
37 changed files with 1 additions and 71 deletions

View File

@ -37,7 +37,6 @@ func Test_coding(t *testing.T) {
ctx := context.Background()
g := goblin.Goblin(t)
g.Describe("Coding", func() {
g.After(func() {
s.Close()
})
@ -229,7 +228,6 @@ func Test_coding(t *testing.T) {
g.Assert(r.FullName).Equal("demo1/test1")
})
})
})
}