Skip to content

Commit 5607228

Browse files
restyled-commitstehampson
authored andcommitted
Restyled by gn
1 parent 7963d9a commit 5607228

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/common/pigweed/BUILD.gn

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pw_proto_library("fabric_admin_service") {
9191
inputs = [ "protos/fabric_admin_service.options" ]
9292
deps = [
9393
":fabric_sync_common",
94-
"$dir_pw_protobuf:common_protos"
94+
"$dir_pw_protobuf:common_protos",
9595
]
9696
strip_prefix = "protos"
9797
prefix = "fabric_admin_service"
@@ -102,7 +102,7 @@ pw_proto_library("fabric_bridge_service") {
102102
inputs = [ "protos/fabric_bridge_service.options" ]
103103
deps = [
104104
":fabric_sync_common",
105-
"$dir_pw_protobuf:common_protos"
105+
"$dir_pw_protobuf:common_protos",
106106
]
107107
strip_prefix = "protos"
108108
prefix = "fabric_bridge_service"

examples/common/pigweed/rpc_console/py/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ pw_python_package("chip_rpc") {
4646
"${chip_root}/examples/common/pigweed:descriptor_service.python",
4747
"${chip_root}/examples/common/pigweed:device_service.python",
4848
"${chip_root}/examples/common/pigweed:echo_service.python",
49-
"${chip_root}/examples/common/pigweed:fabric_sync_common.python",
5049
"${chip_root}/examples/common/pigweed:fabric_admin_service.python",
5150
"${chip_root}/examples/common/pigweed:fabric_bridge_service.python",
51+
"${chip_root}/examples/common/pigweed:fabric_sync_common.python",
5252
"${chip_root}/examples/common/pigweed:lighting_service.python",
5353
"${chip_root}/examples/common/pigweed:locking_service.python",
5454
"${chip_root}/examples/common/pigweed:ot_cli_service.python",

0 commit comments

Comments
 (0)