Skip to content

Commit

Permalink
Fix restyle issue in src/app/chip_data_model.gni
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 committed Jul 11, 2022
1 parent 6fb39d5 commit 9324696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/chip_data_model.gni
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ template("chip_data_model") {
foreach(cluster, _cluster_sources) {
if (cluster == "door-lock-server") {
sources += [
"${_app_root}/clusters/${cluster}/door-lock-server.cpp",
"${_app_root}/clusters/${cluster}/door-lock-server-callback.cpp"
"${_app_root}/clusters/${cluster}/door-lock-server-callback.cpp",
"${_app_root}/clusters/${cluster}/door-lock-server.cpp"
]
} else if (cluster == "mode-select-server") {
sources += [
Expand Down

0 comments on commit 9324696

Please sign in to comment.