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