Skip to content

Commit

Permalink
Fixing linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadb-amazon committed Sep 27, 2023
1 parent 1af0266 commit 6e9472d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class CommissionerDiscoveryDelegateImpl : public chip::Controller::DeviceDiscove
// commissioners
chip::DeviceLayer::SystemLayer().CancelTimer(ReportSleepingCommissioners, this);
if (mCachedTargetVideoPlayerInfos != nullptr && mCachedTargetVideoPlayerInfos[0].IsInitialized()) {
#ifdef CHIP_DEVICE_CONFIG_STR_DISCOVERY_DELAY_SEC
chip::DeviceLayer::SystemLayer().StartTimer(chip::System::Clock::Milliseconds32(
#ifdef CHIP_DEVICE_CONFIG_STR_DISCOVERY_DELAY_SEC
CHIP_DEVICE_CONFIG_STR_DISCOVERY_DELAY_SEC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
/**
* @brief inter-object converters
*/
+ (DiscoveredNodeData *)convertToDiscoveredNodeDataFrom:(TargetVideoPlayerInfo * _Nonnull)cppTargetVideoPlayerInfo;
+ (DiscoveredNodeData * _Nonnull)convertToDiscoveredNodeDataFrom:(TargetVideoPlayerInfo * _Nonnull)cppTargetVideoPlayerInfo;

@end

Expand Down

0 comments on commit 6e9472d

Please sign in to comment.