重新设置代码格式

This commit is contained in:
2026-06-25 15:44:25 +08:00
parent 6a87cf52a8
commit 26b5c8a54d
123 changed files with 34632 additions and 35952 deletions
@@ -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()); }
};