!712 修复通用规范告警

Merge pull request !712 from Aurora/master
This commit is contained in:
openharmony_ci 2023-11-23 08:51:20 +00:00 committed by Gitee
commit 6ee1bc0fc3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -35,7 +35,7 @@ const int32_t NUM_3 = 3;
const int32_t NUM_4 = 4;
const int32_t NUM_5 = 5;
const int HEXADECIMAL = 16;
const char *COMMA_STR = ",";
constexpr const char *COMMA_STR = ",";
} // namespace
HRilSms::HRilSms(int32_t slotId, IHRilReporter &hrilReporter) : HRilBase(slotId, hrilReporter)