Skip to content

Commit

Permalink
Formatted code.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2021
1 parent ea4c804 commit f54565b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ var rootCmd = &cobra.Command{
} else {
outputsStr := fmt.Sprintf("%s\n%v\n", OutputsHeader, outputTableOutput.String())
output = bytes.Replace(output, []byte(OutputsHeader), []byte(outputsStr), -1)
fmt.Println(output)
fmt.Println(output)
}

if len(output) > 0 {
Expand Down

0 comments on commit f54565b

Please sign in to comment.