Skip to content

Commit 1e2c465

Browse files
add linebreak
1 parent 11d14d3 commit 1e2c465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cells/_automation/configs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
fmt-ci 2>&1 | sed 's/\x1b\[[0-9;]*m//g'; fmt_ci_status=''${PIPESTATUS[0]};
3131
[[ $fmt_ci_status -eq 0 ]] && exit 0
3232
33-
echo "Please add treefmt formatted file(s)!" && exit 1
33+
echo -e "\nPlease add treefmt formatted file(s)!" && exit 1
3434
'';
3535
};
3636
};

0 commit comments

Comments
 (0)