diff --git a/interfaces/kits/js/src/mod_fs/properties/open.cpp b/interfaces/kits/js/src/mod_fs/properties/open.cpp index 1bb4350f09d5ac9bfcd64b472d75e69cea21e20c..586902b1ad894ef8ca7d893a2feee0890bd75c55 100644 --- a/interfaces/kits/js/src/mod_fs/properties/open.cpp +++ b/interfaces/kits/js/src/mod_fs/properties/open.cpp @@ -120,7 +120,7 @@ static string GetBundleNameSelf() { int uid = -1; uid = IPCSkeleton::GetCallingUid(); - + sptr bundleMgrProxy = GetBundleMgrProxy(); if (!bundleMgrProxy) { HILOGE("Bundle mgr proxy is null ptr.");