From a9ba2c00088927449074cad1aa9e7025205ea84c Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 23 Sep 2022 17:08:36 -0700 Subject: [PATCH] add whitespace for code style --- install-cosmo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-cosmo b/install-cosmo index 967556b..1354c11 100755 --- a/install-cosmo +++ b/install-cosmo @@ -12,7 +12,7 @@ ;else : \ && whence -p -- "$1" \ ;fi \ - ;} 2>/dev/null \ + ;} 2>/dev/null \ \ && { [ -d out ] || mkdir out ;} \ && out="$(realpath out)" \