Skip to content

Commit

Permalink
Address review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed May 12, 2022
1 parent c10b4c4 commit 96d7eac
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/CHIPCluster.mm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#import "CHIPCluster_internal.h"
#import "CHIPDevice.h"
#import "SpanUtils.h"
#import "NSDataSpanConversion.h"

using namespace ::chip;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#import "CHIPLogging.h"
#import "MatterCertificates.h"
#import "SpanUtils.h"
#import "NSDataSpanConversion.h"

#include <credentials/CHIPCert.h>
#include <crypto/CHIPCryptoPAL.h>
Expand Down
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MatterCertificates.mm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#import "CHIPError_Internal.h"
#import "CHIPOperationalCredentialsDelegate.h"
#import "CHIPP256KeypairBridge.h"
#import "SpanUtils.h"
#import "NSDataSpanConversion.h"

#include <credentials/CHIPCert.h>
#include <crypto/CHIPCryptoPAL.h>
Expand Down
File renamed without changes.

0 comments on commit 96d7eac

Please sign in to comment.