Skip to content

Commit 4997342

Browse files
committed
[ cosmetic ] indentation
1 parent fdedd68 commit 4997342

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stdlib-install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ logHappy() {
1414
# Pick the Agda executable to analyse
1515
# unless the caller has specified one
1616
if [ -z ${AGDA_EXEC-} ]; then
17-
read -p "What's the name of your Agda executable (default: agda)? " AGDA_EXEC
18-
if [ -z "$AGDA_EXEC" ]; then
19-
AGDA_EXEC=agda
20-
fi
17+
read -p "What's the name of your Agda executable (default: agda)? " AGDA_EXEC
18+
if [ -z "$AGDA_EXEC" ]; then
19+
AGDA_EXEC=agda
20+
fi
2121
fi
2222

2323
# Double check that the command exists

0 commit comments

Comments
 (0)