Clean up alignment
This commit is contained in:
parent
eb5edce734
commit
84004eb65b
1 changed files with 1 additions and 1 deletions
|
|
@ -15,5 +15,5 @@ main = do
|
|||
let filename = optFileName opts
|
||||
text <- T.readFile filename
|
||||
case parseProfFile filename text of
|
||||
Left e -> putStrLn e
|
||||
Left e -> putStrLn e
|
||||
Right f -> void $ defaultMain myApp $ newUiState (profInfoLines f) (profNode f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue