Skip to content

Commit

Permalink
Apply stylish-haskell formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
noughtmare committed Oct 24, 2024
1 parent 16551d1 commit 5a6216b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcide/src/Development/IDE/Core/Shake.hs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ import Control.Concurrent.STM.Stats (atomicallyNamed)
import Control.Concurrent.Strict
import Control.DeepSeq
import Control.Exception.Extra hiding (bracket_)
import Control.Lens ((&), (?~), (%~))
import Control.Lens ((%~), (&), (?~))
import Control.Monad.Extra
import Control.Monad.IO.Class
import Control.Monad.Reader
Expand Down

0 comments on commit 5a6216b

Please sign in to comment.