From 4cd064f76cec0e7d242b22b60cd20ccc142ce14f Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 12 Mar 2021 02:53:28 -0500 Subject: [PATCH] chore: run shfmt against file --- plugins/git/internal-functions | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/git/internal-functions b/plugins/git/internal-functions index 8ee375a93..a803d7f5e 100755 --- a/plugins/git/internal-functions +++ b/plugins/git/internal-functions @@ -250,11 +250,11 @@ cmd-git-unlock() { else read -rp "Are you sure that want to delete clone folder (y/n)?" choice case "$choice" in - y | Y) - fn-git-remove-clone-folder "$APP_CLONE_ROOT" - ;; - n | N) echo "no" ;; - *) echo "please answer with yes or no" ;; + y | Y) + fn-git-remove-clone-folder "$APP_CLONE_ROOT" + ;; + n | N) echo "no" ;; + *) echo "please answer with yes or no" ;; esac fi else