Skip to content

Commit

Permalink
chore: drop superfluous "server"
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Ebner <gebner@gebner.org>
  • Loading branch information
Vtec234 and gebner authored Aug 3, 2021
1 parent c19deef commit 03baf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lean/Widget/InteractiveDiagnostics.lean
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def msgToDiagnostic (text : FileMap) (m : Message) : ReaderT RpcSession IO Diagn
| MessageSeverity.information => DiagnosticSeverity.information
| MessageSeverity.warning => DiagnosticSeverity.warning
| MessageSeverity.error => DiagnosticSeverity.error
let source := "Lean 4 server"
let source := "Lean 4"
let tt ← msgToInteractive m.data
let ttJson ← toJson <$> rpcEncode tt
pure {
Expand Down

0 comments on commit 03baf88

Please sign in to comment.