Formatting

This commit is contained in:
Shaun Kerr 2018-06-22 16:32:21 +12:00
parent 1bf94be1e9
commit 486f986084
4 changed files with 2 additions and 1 deletions

Binary file not shown.

BIN
Main

Binary file not shown.

View File

@ -137,7 +137,8 @@ printLegal (l, p, b, r) = [
printPreview :: Maybe Preview -> [String]
printPreview (Just (i, o, (Bb bi), (Bb bo))) = [
("In : " ++ (intercalate ", " $ (cleanDP i) ++ cbi))
"Upcoming Changes:"
, ("In : " ++ (intercalate ", " $ (cleanDP i) ++ cbi))
, ("Out: " ++ (intercalate ", " $ (cleanDP o) ++ cbo))
]
where

BIN
Main.o

Binary file not shown.