mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2026-04-18 07:03:37 +00:00
lint fixes
This commit is contained in:
7
text.go
7
text.go
@@ -80,6 +80,11 @@ func (cmd *TextUpdateCmd) Run(ctx *context) error {
|
||||
if cmd.NewText == "" {
|
||||
cmd.NewText = "(empty)"
|
||||
}
|
||||
fmt.Fprintf(ctx.Out, "Updated text for source %s to: %s\n", ctx.Style.Highlight(cmd.InputName), cmd.NewText)
|
||||
fmt.Fprintf(
|
||||
ctx.Out,
|
||||
"Updated text for source %s to: %s\n",
|
||||
ctx.Style.Highlight(cmd.InputName),
|
||||
cmd.NewText,
|
||||
)
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user