From 8b69958acbc9e03bc1b56c7465273c01607f9f52 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Fri, 17 Jul 2020 14:48:23 +0200 Subject: [PATCH] fix formating (thanks shfmt) --- dot_scripts/sdkmandeps.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_scripts/sdkmandeps.sh b/dot_scripts/sdkmandeps.sh index 811dd4f..24c35ea 100755 --- a/dot_scripts/sdkmandeps.sh +++ b/dot_scripts/sdkmandeps.sh @@ -6,9 +6,9 @@ curl -s "https://get.sdkman.io" | bash # Install missing package (Linux) case "$(uname -s)" in - Linux) - source "/root/.sdkman/bin/sdkman-init.sh" - ;; +Linux) + source "/root/.sdkman/bin/sdkman-init.sh" + ;; esac echo "SDKMan installing development tools"