Skip to content
Snippets Groups Projects
Commit 289c3835 authored by Iustin Pop's avatar Iustin Pop
Browse files

Limit string literals to 80-char columns

Learned how multi-line string literals work in Haskell :)
parent bbd1d273
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,8 @@ main = do
(length bad_nodes) (length bad_instances)
when (length bad_nodes > 0) $ do
putStrLn "Cluster is not N+1 happy, continuing but no guarantee that cluster will end N+1 happy."
putStrLn "Cluster is not N+1 happy, continuing but no guarantee \
\that the cluster will end N+1 happy."
when (optShowNodes opts) $
do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment