Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jun 17, 2022
1 parent 27b4b2b commit 82e3e8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/zap-templates/common/ClusterTestGeneration.js
Original file line number Diff line number Diff line change
Expand Up @@ -1002,8 +1002,7 @@ function chip_tests_iterate_expected_list(values, options)
{
values = values.map(value => {
return {
global: this.global, parent: this.parent, name: this.name, type: this.type, isArray: false,
isNullable: false, value: value,
global: this.global, parent: this.parent, name: this.name, type: this.type, isArray: false, isNullable: false, value: value,
}
});

Expand Down

0 comments on commit 82e3e8b

Please sign in to comment.