Skip to content

Commit bf4370b

Browse files
committed
linter fixes
1 parent 232dc7b commit bf4370b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/gist/view/view.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ func viewRun(opts *ViewOptions) error {
122122
content = rendered
123123
}
124124
}
125-
out += fmt.Sprintf("%s", content)
125+
out += content
126126
if opts.Filename == "" {
127-
out += fmt.Sprintf("\n\n")
127+
out += "\n\n"
128128
}
129129

130130
outs = append(outs, out)

0 commit comments

Comments
 (0)