diff --git a/native/ios/Comm/CommSecureStore.mm b/native/ios/Comm/CommSecureStore.mm --- a/native/ios/Comm/CommSecureStore.mm +++ b/native/ios/Comm/CommSecureStore.mm @@ -28,4 +28,4 @@ : folly::none; } -}; +}; // namespace comm diff --git a/native/ios/Comm/Logger.mm b/native/ios/Comm/Logger.mm --- a/native/ios/Comm/Logger.mm +++ b/native/ios/Comm/Logger.mm @@ -11,4 +11,4 @@ encoding:[NSString defaultCStringEncoding]]); }; -} +} // namespace comm diff --git a/native/ios/Comm/PlatformSpecificTools.mm b/native/ios/Comm/PlatformSpecificTools.mm --- a/native/ios/Comm/PlatformSpecificTools.mm +++ b/native/ios/Comm/PlatformSpecificTools.mm @@ -23,4 +23,4 @@ return std::string{"ios"}; } -}; +}; // namespace comm diff --git a/package.json b/package.json --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "babel-eslint": "^10.1.0", - "clang-format": "^1.7.0", + "clang-format": "^1.8.0", "core-js": "^3.6.5", "eslint": "^7.22.0", "eslint-config-prettier": "^8.1.0", diff --git a/yarn.lock b/yarn.lock --- a/yarn.lock +++ b/yarn.lock @@ -5277,10 +5277,10 @@ resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz#4186fcca0eae175970aee870b9fe2d6cf8d5655f" integrity sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw== -clang-format@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/clang-format/-/clang-format-1.7.0.tgz#c06c63ec1ae2a2590d8eac2562daeb877ca30d44" - integrity sha512-BNuK+rXAK/Fk0rOQ1DW6bpSQUAZz6tpbZHTQn6m4PsgEkE1SNr6AQ/hhFK/b4KJrl4zjcl68molP+rEaKSZRAQ== +clang-format@^1.8.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/clang-format/-/clang-format-1.8.0.tgz#7779df1c5ce1bc8aac1b0b02b4e479191ef21d46" + integrity sha512-pK8gzfu55/lHzIpQ1givIbWfn3eXnU7SfxqIwVgnn5jEM6j4ZJYjpFqFs4iSBPNedzRMmfjYjuQhu657WAXHXw== dependencies: async "^3.2.3" glob "^7.0.0"