Skip to content

Commit 837e2fe

Browse files
committed
format error message
1 parent bf86ebc commit 837e2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/info/langs/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub fn get_loc_by_language_sorted(
2323

2424
let loc_by_language = get_loc_by_language(&locs).with_context(|| {
2525
format!(
26-
"No source code found in the repository at '{}'. \
26+
"No source code found in the repository at '{}'.\n\
2727
Note: Some language types (prose, data) are excluded by default. \
2828
Consider using the '--type' option to include them.",
2929
dir.display()

0 commit comments

Comments
 (0)