Skip to content

Commit

Permalink
fix(lql): add line break when no preview found (#880)
Browse files Browse the repository at this point in the history
ALLY-1122
  • Loading branch information
hazedav committed Aug 3, 2022
1 parent a1dc162 commit 83a1216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/lql_preview.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ func previewQuerySource(_ *cobra.Command, args []string) error {
}
return cli.OutputJSON(response.Data[0])
}
cli.OutputHuman("No results found for datasource")
cli.OutputHuman("No results found for datasource\n")
return nil
}

0 comments on commit 83a1216

Please sign in to comment.