Fix code formatting.

This commit is contained in:
Laguna Du 2022-10-27 15:55:36 +08:00
parent befdcd34de
commit 628361b6f7
1 changed files with 1 additions and 2 deletions

View File

@ -81,8 +81,7 @@ int main()
// more json example
CROW_ROUTE(app, "/add_json")
.methods("POST"_method)
([](const crow::request& req) {
.methods("POST"_method)([](const crow::request& req) {
auto x = crow::json::load(req.body);
if (!x)
return crow::response(400);