summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2019-03-10 17:56:07 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-12 09:04:52 -0400
commit5165378d87602a8ce24776d220039fc05075d31f (patch)
treeee089e4271e53e9fe2ef02edff74e6fc212f873b
parent72c455a4a1d2dbeeed9c9d4e80cf333bdf98fcf2 (diff)
downloadhaskell-5165378d87602a8ce24776d220039fc05075d31f.tar.gz
Remove trailing whitespace
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 13e9d8e781..ae41dd0c75 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -125,7 +125,7 @@ hadrian-ghc-in-ghci:
- ./configure $CONFIGURE_ARGS
- |
THREADS=`mk/detect-cpu-count.sh`
- make V=0 -j$THREADS WERROR=-Werror
+ make V=0 -j$THREADS WERROR=-Werror
- |
make binary-dist TAR_COMP_OPTS="-1"
mv ghc-*.tar.xz ghc.tar.xz