The first line of a function should be blank, unless it is able to contain the
whole function.
Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
-- | Main function.
main :: IO ()
-main = genericMain GanetiConfd options
- Ganeti.Confd.Server.checkMain
- Ganeti.Confd.Server.prepMain
- Ganeti.Confd.Server.main
+main =
+ genericMain GanetiConfd options
+ Ganeti.Confd.Server.checkMain
+ Ganeti.Confd.Server.prepMain
+ Ganeti.Confd.Server.main