Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerii Butorin committed Mar 17, 2024
1 parent 1ee11fc commit 48a2a43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,9 @@ main = do
-- force line buffering (always, not just when stdout is connected to a tty),
-- it's critical for successful parsing of NITTA's stdout in python scripts
hSetBuffering stdout LineBuffering

conf <- case uarch of
Nothing -> return Nothing
Just path -> return . Just =<< parseConfig path
Nothing -> return Nothing
Just path -> return . Just =<< parseConfig path

let exactFrontendType = identifyFrontendType filename frontend_language

Expand Down

0 comments on commit 48a2a43

Please sign in to comment.