diff --git a/interfaces/innerkits/src/bundle_active_client.cpp b/interfaces/innerkits/src/bundle_active_client.cpp index 483e894825c898743c426e4f3c5d0b631c2513bc..4adbb2467a64d61f5b770742ae73995414f15a6f 100644 --- a/interfaces/innerkits/src/bundle_active_client.cpp +++ b/interfaces/innerkits/src/bundle_active_client.cpp @@ -32,7 +32,7 @@ BundleActiveClient& BundleActiveClient::GetInstance() ErrCode BundleActiveClient::GetBundleActiveProxy() { if (bundleActiveProxy_ != nullptr) { - return ERR_OK; + return ERR_OK ; } std::lock_guard lock(mutex_); sptr samgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();