tree-wide: format code with gofmt

This commit is contained in:
Lars Karlitski 2020-02-14 12:40:50 +01:00
parent 345cd6a746
commit 4f2ac6a687
3 changed files with 9 additions and 9 deletions

View file

@ -6,8 +6,8 @@ import (
)
func TestGetState(t *testing.T) {
cases := []struct{
compose Compose
cases := []struct {
compose Compose
expecedStatus common.ComposeState
}{
{
@ -121,5 +121,5 @@ func TestGetState(t *testing.T) {
if got != wanted {
t.Error("Compose", n, "should be in", wanted.ToString(), "state, but it is:", got.ToString())
}
}
}
}
}