Fix use of comma instead of semicolon
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
This commit is contained in:
@ -702,7 +702,7 @@ struct DiagnosticRelatedInformation {
|
||||
|
||||
Dictionary to_json() const {
|
||||
Dictionary dict;
|
||||
dict["location"] = location.to_json(),
|
||||
dict["location"] = location.to_json();
|
||||
dict["message"] = message;
|
||||
return dict;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user