Skip to content

Commit

Permalink
Fixing style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pgregorr-amazon committed May 17, 2024
1 parent 0b428d5 commit 73e26f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tv-casting-app/linux/simple-app-helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
const uint16_t kDesiredEndpointVendorId = 65521;

DiscoveryDelegateImpl * DiscoveryDelegateImpl::_discoveryDelegateImpl = nullptr;
bool gAwaitingCommissionerPasscodeInput = false;
bool gAwaitingCommissionerPasscodeInput = false;
std::shared_ptr<matter::casting::core::CastingPlayer> targetCastingPlayer;

DiscoveryDelegateImpl * DiscoveryDelegateImpl::GetInstance()
Expand Down

0 comments on commit 73e26f7

Please sign in to comment.