Skip to content

Commit

Permalink
Remove stray semicolon in cluster-objects. (#10569)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Oct 26, 2021
1 parent b34d4df commit 4008627
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 891 deletions.
2 changes: 1 addition & 1 deletion src/app/zap-templates/templates/app/cluster-objects.zapt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ namespace {{asUpperCamelCase label}} {
using DecodableType = DataModel::DecodableList<{{zapTypeToDecodableClusterObjectType entryType}}>;
{{else}}
using Type = {{zapTypeToEncodableClusterObjectType type}};
using DecodableType = {{zapTypeToDecodableClusterObjectType type}};;
using DecodableType = {{zapTypeToDecodableClusterObjectType type}};
{{/if}}

static constexpr ClusterId GetClusterId() { return {{asUpperCamelCase parent.name}}::Id; }
Expand Down
Loading

0 comments on commit 4008627

Please sign in to comment.