[Reform] Apply Coding Style
[platform/core/appfw/pkgmgr-info.git] / src / server / get_appinfo_request_handler.cc
index cf4179d..ec47935 100644 (file)
@@ -9,9 +9,7 @@
 namespace pkgmgr_server {
 namespace request_handler {
 
-bool GetAppinfoRequestHandler::HandleRequest(std::string data) {
-  return true;
-}
+bool GetAppinfoRequestHandler::HandleRequest(std::string data) { return true; }
 
 std::string GetAppinfoRequestHandler::GetResult() {
   std::string tmp_result("tmp_result");