Fix no-module-header start-of-file whitespace
parent
3b431cdad2
commit
b874175986
|
@ -103,7 +103,7 @@ splitModuleDecls lmod = do
|
||||||
lastSpan <- do
|
lastSpan <- do
|
||||||
finalYield $ MEExactModuleHead moduleWithoutComments
|
finalYield $ MEExactModuleHead moduleWithoutComments
|
||||||
pure
|
pure
|
||||||
$ maybe (1, 1) (ExactPrint.ss2posEnd)
|
$ maybe (0, 1) (ExactPrint.ss2posEnd)
|
||||||
$ maximumMay
|
$ maximumMay
|
||||||
$ [ GHC.anchor a
|
$ [ GHC.anchor a
|
||||||
| L a _ <- GHC.priorComments $ case hsModAnn' of
|
| L a _ <- GHC.priorComments $ case hsModAnn' of
|
||||||
|
|
Loading…
Reference in New Issue