Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
289c3835
Commit
289c3835
authored
Mar 10, 2009
by
Iustin Pop
Browse files
Limit string literals to 80-char columns
Learned how multi-line string literals work in Haskell :)
parent
bbd1d273
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hbal.hs
View file @
289c3835
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment