From 89023cd98c372e525403f50ab35350759f46f521 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Sun, 16 Oct 2022 01:42:51 +0000 Subject: [PATCH] chore: platform.sh indent --- containerised/platform.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/containerised/platform.sh b/containerised/platform.sh index 393769a..86eab51 100644 --- a/containerised/platform.sh +++ b/containerised/platform.sh @@ -4,15 +4,15 @@ case $TARGETARCH in "amd64") - echo "x86_64-unknown-linux-musl" > /.platform - echo "" > /.compiler - ;; + echo "x86_64-unknown-linux-musl" > /.platform + echo "" > /.compiler + ;; "arm64") - echo "aarch64-unknown-linux-musl" > /.platform - echo "gcc-aarch64-linux-gnu" > /.compiler - ;; + echo "aarch64-unknown-linux-musl" > /.platform + echo "gcc-aarch64-linux-gnu" > /.compiler + ;; "arm") - echo "arm-unknown-linux-musleabihf" > /.platform - echo "gcc-arm-linux-gnueabihf" > /.compiler - ;; + echo "arm-unknown-linux-musleabihf" > /.platform + echo "gcc-arm-linux-gnueabihf" > /.compiler + ;; esac \ No newline at end of file