Skip to content

Commit 3748fc2

Browse files
committed
format
1 parent c983727 commit 3748fc2

File tree

1 file changed

+1
-1
lines changed
  • hls-graph/src/Development/IDE/Graph/Internal

1 file changed

+1
-1
lines changed

hls-graph/src/Development/IDE/Graph/Internal/Types.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
module Development.IDE.Graph.Internal.Types where
77

8+
import Control.Concurrent.STM (STM)
89
import Control.Monad.Catch
910
import Control.Monad.IO.Class
1011
import Control.Monad.Trans.Reader
@@ -27,7 +28,6 @@ import qualified StmContainers.Map as SMap
2728
import StmContainers.Map (Map)
2829
import System.Time.Extra (Seconds)
2930
import UnliftIO (MonadUnliftIO)
30-
import Control.Concurrent.STM (STM)
3131

3232
#if !MIN_VERSION_base(4,18,0)
3333
import Control.Applicative (liftA2)

0 commit comments

Comments
 (0)