From d870d1fca523bbfe247b4e8d85c409271278d502 Mon Sep 17 00:00:00 2001 From: Vatsal Gupta <40350810+gvatsal60@users.noreply.github.com> Date: Wed, 5 Aug 2026 15:48:26 +0530 Subject: [PATCH 1/2] chore: run shfmt on postCreateScript.sh --- .devcontainer/postCreateScript.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/postCreateScript.sh b/.devcontainer/postCreateScript.sh index 79ed771..13061f4 100755 --- a/.devcontainer/postCreateScript.sh +++ b/.devcontainer/postCreateScript.sh @@ -18,7 +18,6 @@ # Ensure that the development environment is consistently set up with the necessary tools and settings for a smooth workflow. ################################################################################################### - ################################################################################################### # License ################################################################################################### @@ -36,7 +35,6 @@ readonly ALIAS_SRC_URL="https://raw.githubusercontent.com/gvatsal60/Linux-Aliase ################################################################################################### # Functions ################################################################################################### - ################################################################################################### # Main Script ################################################################################################### @@ -68,3 +66,4 @@ if [ -n "${CODESPACE_NAME}" ]; then done fi fi + From ad988b8fefc491ba3073763b5c59d7d74b6885b5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 10:19:26 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .devcontainer/postCreateScript.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/postCreateScript.sh b/.devcontainer/postCreateScript.sh index 13061f4..da1b16a 100755 --- a/.devcontainer/postCreateScript.sh +++ b/.devcontainer/postCreateScript.sh @@ -66,4 +66,3 @@ if [ -n "${CODESPACE_NAME}" ]; then done fi fi -