X Tutup
Skip to content

Commit 0d21486

Browse files
author
nate smith
committed
linter appeasement
1 parent 170a50f commit 0d21486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/repo/fork/fork_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ func TestRepoFork(t *testing.T) {
242242
},
243243
},
244244
cfg: func(c config.Config) config.Config {
245-
c.Set("", "git_protocol", "")
245+
_ = c.Set("", "git_protocol", "")
246246
return c
247247
},
248248
httpStubs: forkPost,

0 commit comments

Comments
 (0)
X Tutup