mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 03:41:01 +00:00
ran gofmt
This commit is contained in:
parent
1a153b8e80
commit
3d4e3168b7
2 changed files with 2 additions and 2 deletions
|
@ -46,4 +46,4 @@ func TestWrite(t *testing.T) {
|
|||
if got != want {
|
||||
t.Errorf("Exepected WriteHost returned %s, got %s", want, got)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -60,4 +60,4 @@ func TestWrite(t *testing.T) {
|
|||
if got != want {
|
||||
t.Errorf("Exepected WriteEntrypoint returned %s, got %s", want, got)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue