Skip to content

Commit 66dae39

Browse files
committed
Let's change a haskell file
1 parent 2583afc commit 66dae39

File tree

1 file changed

+4
-0
lines changed
  • plugins/hls-alternate-number-format-plugin/src/Ide/Plugin

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module Ide.Plugin.Literals (
99
, Literal(..)
1010
, getSrcText
1111
, getSrcSpan
12+
, testCodeForPreCommitGithubAction
1213
) where
1314

1415
import Data.Maybe (maybeToList)
@@ -71,6 +72,9 @@ type LocPat a = GenLocated SrcSpan (Pat a)
7172
type LocPat a = LPat a
7273
#endif
7374

75+
testCodeForPreCommitGithubAction :: String
76+
testCodeForPreCommitGithubAction = undefined
77+
7478
-- | Destructure Patterns to unwrap any Literals
7579
getPattern :: LocPat GhcPs -> Maybe Literal
7680
getPattern (L (locA -> (RealSrcSpan patSpan _)) pat) = case pat of

0 commit comments

Comments
 (0)