Skip to content

Commit dcc2e4c

Browse files
Update horizontal alignment in record definitions.
1 parent 8eae9ca commit dcc2e4c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib-tui/GHCup/Brick/BrickState.hs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ import GHCup.Brick.Widgets.Menus.CompileHLS (CompileHLSMenu)
3939

4040

4141
data BrickState = BrickState
42-
{ _appData :: BrickData
43-
, _appSettings :: BrickSettings
44-
, _appState :: BrickInternalState
45-
, _contextMenu :: ContextMenu
42+
{ _appData :: BrickData
43+
, _appSettings :: BrickSettings
44+
, _appState :: BrickInternalState
45+
, _contextMenu :: ContextMenu
4646
, _advancedInstallMenu :: AdvancedInstallMenu
47-
, _compileGHCMenu :: CompileGHCMenu
48-
, _compileHLSMenu :: CompileHLSMenu
49-
, _appKeys :: KeyBindings
50-
, _mode :: Mode
47+
, _compileGHCMenu :: CompileGHCMenu
48+
, _compileHLSMenu :: CompileHLSMenu
49+
, _appKeys :: KeyBindings
50+
, _mode :: Mode
5151
}
5252
--deriving Show
5353

0 commit comments

Comments
 (0)