1
0
mirror of synced 2025-09-07 00:46:38 +03:00

clang-format

This commit is contained in:
yhirose
2025-08-26 20:29:26 -04:00
parent b8e21eac89
commit 92b4f53012

View File

@@ -3201,7 +3201,7 @@ protected:
res.set_content("abcdefg", "text/plain"); res.set_content("abcdefg", "text/plain");
}) })
.Get("/test-start-time", .Get("/test-start-time",
[&](const Request &req, Response &res) { [&](const Request &req, Response & /*res*/) {
EXPECT_NE(req.start_time_, EXPECT_NE(req.start_time_,
std::chrono::steady_clock::time_point::min()); std::chrono::steady_clock::time_point::min());
}) })