Skip to content

Commit

Permalink
Remove superfluous spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Mar 15, 2022
1 parent dad1c1e commit 883a5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ print_header print-config

cat <<EOF
compiler: $HC
runhaskell $RUNHASKELL
runhaskell: $RUNHASKELL
cabal-install: $CABAL
cabal-plan: $CABALPLAN
jobs: $JOBS
Expand All @@ -331,7 +331,7 @@ dependencies only: $DEPSONLY
doctest: $DOCTEST
benchmarks: $BENCHMARKS
verbose: $VERBOSE
extra complers: $EXTRAHCS
extra compilers: $EXTRAHCS
EOF
}
Expand Down

0 comments on commit 883a5cd

Please sign in to comment.