Skip to content

Commit

Permalink
Output tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Schinkel committed Oct 20, 2022
1 parent 05605df commit 4f983be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/run_audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func RunAudit(cmd *cobra.Command, args []string) {
Notef("\nAuditing dependencies...")
changes, disalloweds := pf.AuditDependencies(deps)
Notef("\nAudit complete.")
Notef("\n")
Notef("\n\n")

if !changes.HasChanges() {
Notef("\nNo chances detected")
Expand Down

0 comments on commit 4f983be

Please sign in to comment.