Skip to content

Commit d8b774c

Browse files
committed
Stylish-haskell
1 parent bc42eb2 commit d8b774c

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-cabal-plugin/test

1 file changed

+1
-1
lines changed

plugins/hls-cabal-plugin/test/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Main (
99
import CabalAdd (cabalAddTests)
1010
import Completer (completerTests)
1111
import Context (contextTests)
12-
import Control.Lens ((^.), preview, _Just, view)
12+
import Control.Lens (_Just, preview, view, (^.))
1313
import Control.Lens.Fold ((^?))
1414
import Control.Monad (guard)
1515
import qualified Data.ByteString as BS

0 commit comments

Comments
 (0)