Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Jul 6, 2020
1 parent 112ce9d commit bde0f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/find.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var clusterCmd = &cobra.Command{
panic(err)
}
} else {
fmt.Println("\n")
fmt.Printf("\n\n")
fmt.Println(out)
}
},
Expand Down

0 comments on commit bde0f84

Please sign in to comment.