重新设置代码格式
This commit is contained in:
@@ -9,14 +9,8 @@ public:
|
||||
void push_state(Psc::JSON json);
|
||||
};
|
||||
|
||||
|
||||
|
||||
class With_State_Report {
|
||||
public:
|
||||
Psc::JSON state_json() {
|
||||
return Psc::JSON::object();
|
||||
}
|
||||
void report() {
|
||||
State_Report::instance()->push_state(state_json());
|
||||
}
|
||||
Psc::JSON state_json() { return Psc::JSON::object(); }
|
||||
void report() { State_Report::instance()->push_state(state_json()); }
|
||||
};
|
||||
Reference in New Issue
Block a user