Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and kiel-apple committed Nov 4, 2024
1 parent 82379eb commit fbbd06a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ - (NSData *)signMessageECDSA_RAW:(NSData *)message
return out_signature;
}

- (void)_populatePublicKeyIfNecessary {
- (void)_populatePublicKeyIfNecessary
{
if (_mPublicKey == nil) {
chip::Crypto::P256PublicKey publicKey = _mKeyPair.Pubkey();
NSData * publicKeyNSData = [NSData dataWithBytes:publicKey.Bytes() length:publicKey.Length()];
Expand Down

0 comments on commit fbbd06a

Please sign in to comment.