Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed May 3, 2022
1 parent 4de7657 commit e024487
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/tv-casting-app/tv-casting-common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit e024487

Please sign in to comment.