Skip to content

Commit e7ab1b7

Browse files
committed
linter appeasement
1 parent 2df6a6e commit e7ab1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/gist/edit/edit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func editRun(opts *EditOptions) error {
8080

8181
filesToUpdate := map[string]string{}
8282

83-
for true {
83+
for {
8484
filename := opts.Filename
8585
candidates := []string{}
8686
for filename, _ := range gist.Files {

0 commit comments

Comments
 (0)