clang-format was updated as part of #13886, this would have bought along some changes with the expected formatting.
I ran npm ci to install the fresh dependencies, then npm run format:ios to format the iOS codebase to make it pass the updated formatting rules.
I've also removed the pnpm lockfile, I'm not sure when it was committed but it hasn't been touched in a year and this project should not just switch to pnpm. It would impact the entire build process for the SDK if we did that and is probably a larger undertaking
clang-format
was updated as part of #13886, this would have bought along some changes with the expected formatting.I ran
npm ci
to install the fresh dependencies, thennpm run format:ios
to format the iOS codebase to make it pass the updated formatting rules.I've also removed the pnpm lockfile, I'm not sure when it was committed but it hasn't been touched in a year and this project should not just switch to pnpm. It would impact the entire build process for the SDK if we did that and is probably a larger undertaking