We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6bb665 commit e0b5eacCopy full SHA for e0b5eac
Mathlib/Tactic/Linter/Header.lean
@@ -337,7 +337,7 @@ def headerLinter : Linter where run := withSetOptionIn fun stx ↦ do
337
let mut msgs := ""
338
for msg in errors do
339
msgs := msgs ++ "\n\n" ++ (← msg.toString)
340
- Linter.logLint linter.directoryDependency stx msgs
+ Linter.logLint linter.directoryDependency stx msgs.trimLeft
341
let afterImports := firstNonImport? upToStx
342
if afterImports.isNone then return
343
let copyright := match upToStx.getHeadInfo with
0 commit comments