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:
@@ -44,7 +44,11 @@ func (cmd *FilterListCmd) Run(ctx *context) error {
|
||||
}
|
||||
|
||||
if len(sourceFilters.Filters) == 0 {
|
||||
fmt.Fprintf(ctx.Out, "No filters found for source %s.\n", ctx.Style.Highlight(cmd.SourceName))
|
||||
fmt.Fprintf(
|
||||
ctx.Out,
|
||||
"No filters found for source %s.\n",
|
||||
ctx.Style.Highlight(cmd.SourceName),
|
||||
)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user