Skip to content

Commit 0c2733e

Browse files
committed
fix spacing
1 parent e7ccfad commit 0c2733e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -o nounset
1313
# https://en.wikipedia.org/wiki/ANSI_escape_code
1414
E0="$(printf "\e[0m")" # reset
1515
E30="$(printf "\033[30m")" # black foreground
16-
E31="$(printf "\e[31m")" # red foreground
16+
E31="$(printf "\e[31m")" # red foreground
1717
E107="$(printf "\033[107m")" # bright white background
1818

1919

0 commit comments

Comments
 (0)