chore(library/init/lean/parser/parser): missing space
This commit is contained in:
parent
8a11c8509e
commit
a52f67cea8
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ private def expectedToString : List String → String
|
|||
protected def toString (e : Error) : String :=
|
||||
let unexpected := if e.unexpected == "" then [] else ["unexpected " ++ e.unexpected];
|
||||
let expected := if e.expected == [] then [] else ["expected " ++ expectedToString e.expected];
|
||||
";".intercalate $ unexpected ++ expected
|
||||
"; ".intercalate $ unexpected ++ expected
|
||||
|
||||
instance : HasToString Error := ⟨Error.toString⟩
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue