From 82e3e8b6fafcc4e8226c19d7494241fd75cd4e37 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Fri, 17 Jun 2022 18:14:40 +0000 Subject: [PATCH] Restyled by clang-format --- src/app/zap-templates/common/ClusterTestGeneration.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/zap-templates/common/ClusterTestGeneration.js b/src/app/zap-templates/common/ClusterTestGeneration.js index fcb846476790ea..354001d65a2a10 100644 --- a/src/app/zap-templates/common/ClusterTestGeneration.js +++ b/src/app/zap-templates/common/ClusterTestGeneration.js @@ -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, } });