Add go fmt to pass ci/cd
This commit is contained in:
parent
f56b38908e
commit
faffc4de95
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue