mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-28 11:31:57 +01:00
messagereader.cpp: drop trailing comma
This commit is contained in:
@@ -54,7 +54,7 @@ struct MessageHandler
|
||||
enum State {
|
||||
kExpectObjectStart,
|
||||
kExpectNameOrObjectEnd,
|
||||
kExpectValue,
|
||||
kExpectValue
|
||||
}state_;
|
||||
std::string name_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user