messagereader.cpp: drop trailing comma
This commit is contained in:
parent
b484407999
commit
3b8158086d
@ -54,7 +54,7 @@ struct MessageHandler
|
|||||||
enum State {
|
enum State {
|
||||||
kExpectObjectStart,
|
kExpectObjectStart,
|
||||||
kExpectNameOrObjectEnd,
|
kExpectNameOrObjectEnd,
|
||||||
kExpectValue,
|
kExpectValue
|
||||||
}state_;
|
}state_;
|
||||||
std::string name_;
|
std::string name_;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user