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 Jun 17, 2022
1 parent 47fc4ab commit 542288c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/platform/linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ source_set("app-main") {
}

if (chip_enable_ota_requestor) {
public_deps += [ "${chip_root}/examples/ota-requestor-app/ota-requestor-common" ]
public_deps +=
[ "${chip_root}/examples/ota-requestor-app/ota-requestor-common" ]
}

public_configs = [ ":app-main-config" ]
Expand Down

0 comments on commit 542288c

Please sign in to comment.