|  | From e02e5779525502c582f99ab24b11acdd67ef2af4 Mon Sep 17 00:00:00 2001 | 
|  | From: "Restyled.io" <commits@restyled.io> | 
|  | Date: Tue, 22 Apr 2025 23:26:10 +0000 | 
|  | Subject: [PATCH] Restyled by clang-format | 
|  |  | 
|  | --- | 
|  | src/darwin/Framework/CHIP/MTRDevice_Concrete.mm | 2 +- | 
|  | 1 file changed, 1 insertion(+), 1 deletion(-) | 
|  |  | 
|  | diff --git a/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm b/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm | 
|  | index 5edb4e03..0a3c08d3 100644 | 
|  | --- a/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm | 
|  | +++ b/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm | 
|  | @@ -2786,7 +2786,7 @@ typedef NS_ENUM(NSUInteger, MTRDeviceWorkItemDuplicateTypeID) { | 
|  |  | 
|  | // for now just subscribe once | 
|  | if (!NeedToStartSubscriptionSetup(_internalDeviceState)) { | 
|  | -        MTR_LOG("%@ setupSubscription: No need to subscribe due to internal state %@ (reason: %@)", self,  InternalDeviceStateString(_internalDeviceState), reason); | 
|  | +        MTR_LOG("%@ setupSubscription: No need to subscribe due to internal state %@ (reason: %@)", self, InternalDeviceStateString(_internalDeviceState), reason); | 
|  | [self _clearSubscriptionPoolWork]; | 
|  | return; | 
|  | } | 
|  | -- | 
|  | 2.49.0 |