Skip to content

Commit 2cfc2b0

Browse files
FIX: whitespace formatting
1 parent c5cce5a commit 2cfc2b0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

launcher

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,14 @@ update() {
180180
}
181181

182182
case "$1" in
183-
update)
184-
echo "updating launcher..." >&2
185-
update
186-
exit 0
187-
;;
188-
*)
189-
test -f "${BINDIR}/launcher" || update
190-
echo "run ./launcher update to update launcher" >&2
191-
check_prereqs
192-
exec "${BINDIR}/launcher" "$@"
183+
update)
184+
echo "updating launcher..." >&2
185+
update
186+
exit 0
187+
;;
188+
*)
189+
test -f "${BINDIR}/launcher" || update
190+
echo "run ./launcher update to update launcher" >&2
191+
check_prereqs
192+
exec "${BINDIR}/launcher" "$@"
193193
esac

0 commit comments

Comments
 (0)