linter fixes
This commit is contained in:
parent
232dc7b7fa
commit
bf4370bc3a
1 changed files with 2 additions and 2 deletions
|
|
@ -122,9 +122,9 @@ func viewRun(opts *ViewOptions) error {
|
|||
content = rendered
|
||||
}
|
||||
}
|
||||
out += fmt.Sprintf("%s", content)
|
||||
out += content
|
||||
if opts.Filename == "" {
|
||||
out += fmt.Sprintf("\n\n")
|
||||
out += "\n\n"
|
||||
}
|
||||
|
||||
outs = append(outs, out)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue