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 wqx6 committed Nov 6, 2024
1 parent e3e1ca9 commit c74017e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/data-model-provider/Provider.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ class Provider : public ProviderMetadataTree
///
/// TODO: We should remove this function when the AttributeAccessInterface/CommandHandlerInterface is able to report
/// the attribute changes.
[[deprecated("Workaround until all code can use a context object instead")]]
virtual void Temporary_ReportAttributeChanged(const AttributePathParams & path) = 0;
[[deprecated("Workaround until all code can use a context object instead")]] virtual void
Temporary_ReportAttributeChanged(const AttributePathParams & path) = 0;

private:
InteractionModelContext mContext = { nullptr };
Expand Down

0 comments on commit c74017e

Please sign in to comment.