From 4de0a40be08af006c1e813ef5a2b7c8c6db0bbc3 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Tue, 3 Mar 2020 16:46:32 -0800 Subject: [PATCH] Long line --- tools/BuildUnicodeTable.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/BuildUnicodeTable.hs b/tools/BuildUnicodeTable.hs index ef75a29..13189cd 100644 --- a/tools/BuildUnicodeTable.hs +++ b/tools/BuildUnicodeTable.hs @@ -23,7 +23,8 @@ options config = [ Option "h" ["help"] (NoArg Help) "This help output" , Option "p" ["path"] (ReqArg OutputPath "PATH") - ("The output path to write to (default: " <> fromMaybe "" (configOutputPath config) <> ")") + ("The output path to write to (default: " <> + fromMaybe "" (configOutputPath config) <> ")") ] data Config =