Add go fmt to pass ci/cd

This commit is contained in:
Gowtham Munukutla 2021-02-19 12:05:20 +05:30
parent f56b38908e
commit faffc4de95

View file

@ -38,8 +38,8 @@ func Test_fileExists(t *testing.T) {
func Test_getFilesToAdd(t *testing.T) {
gf, err := getFilesToAdd(fixtureFile, &EditOptions{
AddFilename: fixtureFile,
IO: &iostreams.IOStreams{},
AddFilename: fixtureFile,
IO: &iostreams.IOStreams{},
})
if err != nil {
t.Fatalf("unexpected error processing files: %s", err)