Skip to content

Commit 92b4f53

Browse files
committed
clang-format
1 parent b8e21ea commit 92b4f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3201,7 +3201,7 @@ class ServerTest : public ::testing::Test {
32013201
res.set_content("abcdefg", "text/plain");
32023202
})
32033203
.Get("/test-start-time",
3204-
[&](const Request &req, Response &res) {
3204+
[&](const Request &req, Response & /*res*/) {
32053205
EXPECT_NE(req.start_time_,
32063206
std::chrono::steady_clock::time_point::min());
32073207
})

0 commit comments

Comments
 (0)