From 7e10b8181804295ddecf9b10201bb12e2d88f745 Mon Sep 17 00:00:00 2001 From: Yang Yu Date: Thu, 4 Jan 2018 15:17:53 +0800 Subject: [PATCH] Fix style check --- paddle/framework/threadpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/framework/threadpool.h b/paddle/framework/threadpool.h index 31c12e9e1f7..3ac345851c3 100644 --- a/paddle/framework/threadpool.h +++ b/paddle/framework/threadpool.h @@ -165,7 +165,7 @@ class ThreadPool { template std::future Async(Callback callback) { return ThreadPool::GetInstance()->Run(callback); -}; +} } // namespace framework } // namespace paddle -- GitLab