Skip to content

Commit e0b5eac

Browse files
committed
Does this fix it?
1 parent f6bb665 commit e0b5eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathlib/Tactic/Linter/Header.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def headerLinter : Linter where run := withSetOptionIn fun stx ↦ do
337337
let mut msgs := ""
338338
for msg in errors do
339339
msgs := msgs ++ "\n\n" ++ (← msg.toString)
340-
Linter.logLint linter.directoryDependency stx msgs
340+
Linter.logLint linter.directoryDependency stx msgs.trimLeft
341341
let afterImports := firstNonImport? upToStx
342342
if afterImports.isNone then return
343343
let copyright := match upToStx.getHeadInfo with

0 commit comments

Comments
 (0)