Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix spacing
  • Loading branch information
TimidRobot committed Apr 12, 2024
commit 0c2733e0a6c211a171e42032ae815967739f9545
2 changes: 1 addition & 1 deletion dev/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -o nounset
# https://en.wikipedia.org/wiki/ANSI_escape_code
E0="$(printf "\e[0m")" # reset
E30="$(printf "\033[30m")" # black foreground
E31="$(printf "\e[31m")" # red foreground
E31="$(printf "\e[31m")" # red foreground
E107="$(printf "\033[107m")" # bright white background


Expand Down