Skip to content

Commit

Permalink
minor code reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
dfordivam committed Sep 26, 2024
1 parent 6eb3c80 commit 6d48956
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib-tui/GHCup/Brick/App.hs
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ compileHLSHandler = menuWithOverlayHandler compileHLSMenu Actions.compileHLS Com

-- | Passes all events to innerHandler if an overlay is opened
-- else handles the exitKey and Enter key for the Menu's "OkButton"
menuWithOverlayHandler
:: Lens' BrickState (Menu.Menu t Name)
menuWithOverlayHandler :: Lens' BrickState (Menu.Menu t Name)
-> (t -> ((Int, ListResult) -> ReaderT AppState IO (Either String a)))
-> (BrickEvent Name e -> EventM Name (Menu.Menu t Name) ())
-> BrickEvent Name e
Expand Down

0 comments on commit 6d48956

Please sign in to comment.