From e024487dedf8e163f33715e3ae20a8370cdf240a Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Tue, 3 May 2022 20:19:45 +0000 Subject: [PATCH] Restyled by gn --- examples/tv-casting-app/tv-casting-common/BUILD.gn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/tv-casting-app/tv-casting-common/BUILD.gn b/examples/tv-casting-app/tv-casting-common/BUILD.gn index 90678b1f415495..a6725a726796d0 100644 --- a/examples/tv-casting-app/tv-casting-common/BUILD.gn +++ b/examples/tv-casting-app/tv-casting-common/BUILD.gn @@ -51,9 +51,7 @@ chip_data_model("tv-casting-common") { "src/TargetVideoPlayerInfo.cpp", ] - deps = [ - "${chip_root}/third_party/jsoncpp", - ] + deps = [ "${chip_root}/third_party/jsoncpp" ] if (chip_enable_transport_trace) { public_deps = [ "${chip_root}/examples/common/tracing:trace_handlers" ]