Skip to content

Commit b7e9865

Browse files
committed
Rename log to msg
1 parent f1c9931 commit b7e9865

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/AlternateNumberFormat.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ import Ide.Types
3535
import qualified Language.LSP.Protocol.Lens as L
3636
import Language.LSP.Protocol.Message
3737
import Language.LSP.Protocol.Types
38-
import Prelude hiding (log)
3938

4039
newtype Log = LogShake Shake.Log deriving Show
4140

4241
instance Pretty Log where
4342
pretty = \case
44-
LogShake log -> pretty log
43+
LogShake msg -> pretty msg
4544

4645
descriptor :: Recorder (WithPriority Log) -> PluginId -> PluginDescriptor IdeState
4746
descriptor recorder pId = (defaultPluginDescriptor pId "Provides code actions to convert numeric literals to different formats")

0 commit comments

Comments
 (0)