From 93a1248c315148e759fd997c0d90274e8a204382 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 25 Sep 2023 11:42:30 +0000 Subject: [PATCH] Restyled by gn --- examples/chef/linux/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chef/linux/BUILD.gn b/examples/chef/linux/BUILD.gn index 03a610ff128550..37a04ece688c22 100644 --- a/examples/chef/linux/BUILD.gn +++ b/examples/chef/linux/BUILD.gn @@ -42,8 +42,8 @@ chip_data_model("chef-data-model") { executable("${sample_name}") { sources = [ - "${project_dir}/common/chef-channel-manager.cpp", "${project_dir}/common/chef-air-quality.cpp", + "${project_dir}/common/chef-channel-manager.cpp", "${project_dir}/common/chef-concentration-measurement.cpp", "${project_dir}/common/stubs.cpp", "${project_dir}/linux/main.cpp",