Skip to content

Commit

Permalink
[fix] add \n at the end of message
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilou4 committed Apr 5, 2024
1 parent 646a856 commit b911fff
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 @@ -72,7 +72,7 @@ func getFilesToCompute(args []string) ([]string, error) {
}
}
}
fmt.Printf("Computing hash for: %d files.", len(args))
fmt.Printf("Computing hash for: %d files.\n", len(args))

return args, nil
}
Expand Down

0 comments on commit b911fff

Please sign in to comment.