Skip to content

Commit 9c70a67

Browse files
committed
Trim white space
1 parent c66c122 commit 9c70a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/scripts/build-stack-installer.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ main = do
5353
[ Description "Add installation directory to user %PATH% to allow running Stack in the console."
5454
] $ do
5555
setEnvVarPrepend HKCU "PATH" "$INSTDIR"
56-
56+
5757
section "Set %STACK_ROOT% to recommended default"
5858
[ Description "Set %STACK_ROOT% to C:\\sr to workaround issues with long paths."
5959
] $ do
@@ -80,7 +80,7 @@ main = do
8080
[ Description "Remove setting of %STACK_ROOT% to C:\\sr."
8181
] $ do
8282
deleteEnvVar HKCU "STACK_ROOT"
83-
83+
8484
section "un.Compilers installed by stack"
8585
[ Unselected
8686
, Description "Remove %LOCALAPPDATA%/Programs/stack, which contains compilers that have been installed by Stack."

0 commit comments

Comments
 (0)