From 3740379b5c4e8a88eea82b86bc59a50b1f682602 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Tue, 23 Jul 2024 15:31:14 -0400 Subject: [PATCH] Restyle --- src/app/AttributeAccessInterfaceRegistry.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/AttributeAccessInterfaceRegistry.cpp b/src/app/AttributeAccessInterfaceRegistry.cpp index 2fffa380b50c2e..e17f741e07b322 100644 --- a/src/app/AttributeAccessInterfaceRegistry.cpp +++ b/src/app/AttributeAccessInterfaceRegistry.cpp @@ -127,6 +127,5 @@ AttributeAccessInterface * AttributeAccessInterfaceRegistry::Get(EndpointId endp return nullptr; } - } // namespace app } // namespace chip