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 DamMicSzm committed Jul 28, 2023
1 parent 58066bc commit 5c46114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/credentials/GroupDataProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class GroupDataProvider
virtual ~GroupDataProvider() = default;

// Not copyable
GroupDataProvider(const GroupDataProvider &) = delete;
GroupDataProvider(const GroupDataProvider &) = delete;
GroupDataProvider & operator=(const GroupDataProvider &) = delete;

uint16_t GetMaxGroupsPerFabric() const { return mMaxGroupsPerFabric; }
Expand Down

0 comments on commit 5c46114

Please sign in to comment.