buildifier: sort dependencies. (#145)

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
pull/147/head
Piotr Sikora 7 years ago committed by htuch
parent 38a29df3b9
commit 32aac177bf
  1. 2
      api/BUILD
  2. 2
      test/build/BUILD

@ -61,8 +61,8 @@ api_proto_library(
":address",
":base",
":health_check",
":tls_context",
":protocol",
":tls_context",
],
)

@ -11,7 +11,7 @@ api_cc_test(
"//api:eds",
"//api:hds",
"//api:lds",
"//api:rlds",
"//api:rds",
"//api:rlds",
],
)

Loading…
Cancel
Save