Skip to content

Commit

Permalink
Restyled by clang-format (#32136)
Browse files Browse the repository at this point in the history
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
restyled-io[bot] and restyled-commits authored Feb 15, 2024
1 parent 4b08069 commit 4e3b2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tv-app/tv-common/clusters/messages/MessagesManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ struct CachedMessageOption
{}

CachedMessageOption(const CachedMessageOption & option) :
mLabel(option.mLabel), mOption{ option.mOption.messageResponseID,
chip::MakeOptional(chip::CharSpan::fromCharString(mLabel.c_str())) } {};
mLabel(option.mLabel),
mOption{ option.mOption.messageResponseID, chip::MakeOptional(chip::CharSpan::fromCharString(mLabel.c_str())) } {};

CachedMessageOption & operator=(const CachedMessageOption & option) { return *this; };

Expand Down

0 comments on commit 4e3b2d8

Please sign in to comment.