Skip to content

Commit faffc4d

Browse files
committed
Add go fmt to pass ci/cd
1 parent f56b389 commit faffc4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/gist/edit/edit_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ func Test_fileExists(t *testing.T) {
3838

3939
func Test_getFilesToAdd(t *testing.T) {
4040
gf, err := getFilesToAdd(fixtureFile, &EditOptions{
41-
AddFilename: fixtureFile,
42-
IO: &iostreams.IOStreams{},
41+
AddFilename: fixtureFile,
42+
IO: &iostreams.IOStreams{},
4343
})
4444
if err != nil {
4545
t.Fatalf("unexpected error processing files: %s", err)

0 commit comments

Comments
 (0)