Skip to content

Commit 8ebe07d

Browse files
restyled-commitssilabs-olivierb
authored andcommitted
Restyled by clang-format
1 parent 06a3d25 commit 8ebe07d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/app/clusters/ota-requestor/OTARequestorInterface.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,7 @@ class ProviderLocationList
134134
/**
135135
* Get the list size
136136
*/
137-
size_t GetListSize()
138-
{
139-
return mListSize;
140-
}
137+
size_t GetListSize() { return mListSize; }
141138

142139
private:
143140
Optional<app::Clusters::OtaSoftwareUpdateRequestor::Structs::ProviderLocation::Type> mList[CHIP_CONFIG_MAX_FABRICS];

0 commit comments

Comments
 (0)