Skip to content

Commit

Permalink
Fix version and restyled
Browse files Browse the repository at this point in the history
  • Loading branch information
DamMicSzm committed Nov 18, 2022
1 parent c086c2b commit 7345dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
0.6.12 Version bump reason: Add checking and verification support for includes
using IWYU
0.6.12 Version bump reason: Add checking and verification support for includes using IWYU
2 changes: 1 addition & 1 deletion src/platform/Tizen/DnssdImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ struct ResolveContext : public GenericContext
class DnssdTizen
{
public:
DnssdTizen(const DnssdTizen &) = delete;
DnssdTizen(const DnssdTizen &) = delete;
DnssdTizen & operator=(const DnssdTizen &) = delete;

CHIP_ERROR Init(DnssdAsyncReturnCallback initCallback, DnssdAsyncReturnCallback errorCallback, void * context);
Expand Down

0 comments on commit 7345dc0

Please sign in to comment.