Skip to content

Commit eb1fe5e

Browse files
committed
string gap after merge
1 parent dd1c885 commit eb1fe5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Lean/Language/Lean.lean

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ def reparseOptions (opts : Options) : IO Options := do
259259
let name := name.replacePrefix `weak Name.anonymous
260260
let some decl := decls.find? name
261261
| unless weak do
262-
throw <| .userError s!"invalid -D parameter, unknown configuration option '{name}'
263-
264-
If the option is defined in this library, use '-D{`weak ++ name}' to set it conditionally"
262+
throw <| .userError s!"invalid -D parameter, unknown configuration option '{name}'\n\
263+
\n\
264+
If the option is defined in this library, use '-D{`weak ++ name}' to set it conditionally"
265265

266266
match decl.defValue with
267267
| .ofBool _ =>

0 commit comments

Comments
 (0)