fix format

This commit is contained in:
Tejal Desai 2019-09-13 11:56:57 -07:00
parent 469fdaa50d
commit 9b9fb815a7
1 changed files with 2 additions and 3 deletions

View File

@ -408,7 +408,6 @@ func Test_filesToSave(t *testing.T) {
}
}
func TestInitializeConfig(t *testing.T) {
tests := []struct {
description string
@ -460,6 +459,6 @@ func TestInitializeConfig(t *testing.T) {
t.Fail()
}
actual, err := initializeConfig(img)
testutil.CheckDeepEqual(t, tt.expected, actual.Config)
testutil.CheckDeepEqual(t, tt.expected, actual.Config)
}
}
}