From 715ca095c7c30923920996a6f293e751a3f11c3b Mon Sep 17 00:00:00 2001 From: Riyyi Date: Tue, 10 Apr 2018 11:09:06 +0200 Subject: [PATCH] Remove trailing whitespace --- .scripts/colors.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.scripts/colors.sh b/.scripts/colors.sh index fb85f87..8a78840 100755 --- a/.scripts/colors.sh +++ b/.scripts/colors.sh @@ -1,10 +1,10 @@ #!/bin/bash # -# This file echoes a bunch of color codes to the -# terminal to demonstrate what's available. Each +# This file echoes a bunch of color codes to the +# terminal to demonstrate what's available. Each # line is the color code of one forground color, -# out of 17 (default + 16 escapes), followed by a -# test use of that color on all nine background +# out of 17 (default + 16 escapes), followed by a +# test use of that color on all nine background # colors (default + 8 escapes). #