Skip to content

Commit

Permalink
Clean-up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Jul 31, 2024
1 parent 9192a5e commit fb279d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ else
# - private: https://exercism.io/solutions/c3b826d95cb54441a8f354d7663e9e16
#
uuid=$(basename $1)
echo "Exercism remote UUID: $uuid"
echo "πŸ”— Exercism remote UUID: $uuid"

result=$(exercism download --uuid="${uuid}" | sed -n 1p) || exit $?
echo $result
Expand Down Expand Up @@ -302,7 +302,7 @@ fi;

echo ""
echo "╔═════════════════════════════════════════════════════════════╗"
echo "β•‘ ➀ Step 1/3: Build (tests: does it compile?) β•‘"
echo " ➀ Step 1/3: Build (tests: does it compile?) "
echo "β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•"
echo ""

Expand Down Expand Up @@ -397,7 +397,7 @@ fi

echo ""
echo "╔═════════════════════════════════════════════════════════════╗"
echo "β•‘ ➀ Step 2/3: Type tests (tests: are the types as expected?) β•‘"
echo " ➀ Step 2/3: Type tests (tests: are the types as expected?) "
echo "β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•"
echo ""

Expand All @@ -424,7 +424,7 @@ fi;

echo ""
echo "╔═════════════════════════════════════════════════════════════╗"
echo "β•‘ ➀ Step 3/3: Execution (tests: does the solution work?) β•‘"
echo " ➀ Step 3/3: Execution (tests: does the solution work?) "
echo "β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•"
echo ""

Expand Down

0 comments on commit fb279d0

Please sign in to comment.