diff --git a/modules/packages/device-api/src/TizenRuntimeInfo.cpp b/modules/packages/device-api/src/TizenRuntimeInfo.cpp index 11f6a8160a..449aa8cc6f 100644 --- a/modules/packages/device-api/src/TizenRuntimeInfo.cpp +++ b/modules/packages/device-api/src/TizenRuntimeInfo.cpp @@ -89,7 +89,7 @@ const std::string TizenRuntimeInfo::privileges() { std::stringstream stream; for (auto& privilege : privileges) { - stream << privilege.first << ", "; + stream << privilege.first << ","; } privileges_ = stream.str();