Skip to content

Commit 440eee4

Browse files
committed
please.sh: fix whitespace issue
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent dc86a16 commit 440eee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

please.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3191,7 +3191,7 @@ create_sdk_artifact () { # [--out=<directory>] [--git-sdk=<directory>] [--archit
31913191
;;
31923192
*) die "Unhandled architecture: %s\n" "$architecture";;
31933193
esac
3194-
3194+
31953195
mode=
31963196
case "$1" in
31973197
minimal|git-sdk-minimal) mode=minimal-sdk;;

0 commit comments

Comments
 (0)