diff --git a/src/System/Serverman/Utils.hs b/src/System/Serverman/Utils.hs index a39cbf5..9bd2dd7 100644 --- a/src/System/Serverman/Utils.hs +++ b/src/System/Serverman/Utils.hs @@ -181,6 +181,7 @@ module System.Serverman.Utils ( App (..) -- add a semicolon to end of each line in string semicolon :: String -> String + semicolon [] = [] semicolon text = unlines $ map (++ ";") (lines text) -- create a block with the following format: ` {\n\n}`