chore: add missing :
This commit is contained in:
parent
5d3e08d43a
commit
cfa02bf16a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ import Lean.Util.PPGoal
|
|||
|
||||
namespace Lean
|
||||
def mkErrorStringWithPos (fileName : String) (line col : Nat) (msg : String) : String :=
|
||||
fileName ++ ":" ++ toString line ++ ":" ++ toString col ++ " " ++ toString msg
|
||||
fileName ++ ":" ++ toString line ++ ":" ++ toString col ++ ": " ++ toString msg
|
||||
|
||||
inductive MessageSeverity
|
||||
| information | warning | error
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue