Skip to content

Commit

Permalink
fix zap
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Oct 27, 2023
1 parent 5305d1f commit 0bc5510
Show file tree
Hide file tree
Showing 5 changed files with 4,719 additions and 6,368 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ class DLL_EXPORT OtaSoftwareUpdateProviderCluster : public ClusterBase
{
public:
OtaSoftwareUpdateProviderCluster(Messaging::ExchangeManager & exchangeManager, const SessionHandle & session,
EndpointId endpoint) :
ClusterBase(exchangeManager, session, endpoint)
EndpointId endpoint) : ClusterBase(exchangeManager, session, endpoint)
{}
~OtaSoftwareUpdateProviderCluster() {}
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ class DLL_EXPORT OtaSoftwareUpdateProviderCluster : public ClusterBase
{
public:
OtaSoftwareUpdateProviderCluster(Messaging::ExchangeManager & exchangeManager, const SessionHandle & session,
EndpointId endpoint) :
ClusterBase(exchangeManager, session, endpoint)
EndpointId endpoint) : ClusterBase(exchangeManager, session, endpoint)
{}
~OtaSoftwareUpdateProviderCluster() {}
};
Expand Down
Loading

0 comments on commit 0bc5510

Please sign in to comment.