summaryrefslogtreecommitdiff
path: root/test/miscellaneous/async_task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/miscellaneous/async_task.cpp')
-rw-r--r--test/miscellaneous/async_task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/miscellaneous/async_task.cpp b/test/miscellaneous/async_task.cpp
index 4873ec5afc..c1a2bd82e0 100644
--- a/test/miscellaneous/async_task.cpp
+++ b/test/miscellaneous/async_task.cpp
@@ -33,7 +33,7 @@ private:
AsyncTask *async;
};
-}
+} // namespace
TEST(AsyncTask, RequestCoalescing) {
RunLoop loop;