Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Nov 21, 2024
1 parent 6819100 commit 86d1b8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Brick/Widgets/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,6 @@ cached n w =
allClickables <- use clickableNamesL
return [extentName e | e <- renderResult^.extentsL, extentName e `elem` allClickables]


cacheLookup :: (Ord n) => n -> RenderM n (Maybe ([n], Result n))
cacheLookup n = do
cache <- lift $ gets (^.renderCacheL)
Expand Down

0 comments on commit 86d1b8e

Please sign in to comment.