Skip to content

Commit fe980a2

Browse files
restyled-commitshicklin
authored andcommitted
Restyled by gn
1 parent 30338f6 commit fe980a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/chip_data_model.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,9 @@ template("chip_data_model") {
394394
sources += [
395395
"${_app_root}/clusters/${cluster}/${cluster}.cpp",
396396
"${_app_root}/clusters/${cluster}/${cluster}.h",
397+
"${_app_root}/clusters/${cluster}/service-area-cluster-objects.h",
397398
"${_app_root}/clusters/${cluster}/service-area-delegate.cpp",
398399
"${_app_root}/clusters/${cluster}/service-area-delegate.h",
399-
"${_app_root}/clusters/${cluster}/service-area-cluster-objects.h",
400400
]
401401
} else {
402402
sources += [ "${_app_root}/clusters/${cluster}/${cluster}.cpp" ]

0 commit comments

Comments
 (0)