From 32aac177bf5c60d03509d5b74bcadbfc4b071184 Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Tue, 15 Aug 2017 16:32:41 -0700 Subject: [PATCH] buildifier: sort dependencies. (#145) Signed-off-by: Piotr Sikora --- api/BUILD | 2 +- test/build/BUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/BUILD b/api/BUILD index 9b4accdc..7ab1fb75 100644 --- a/api/BUILD +++ b/api/BUILD @@ -61,8 +61,8 @@ api_proto_library( ":address", ":base", ":health_check", - ":tls_context", ":protocol", + ":tls_context", ], ) diff --git a/test/build/BUILD b/test/build/BUILD index 6631a156..4d458238 100644 --- a/test/build/BUILD +++ b/test/build/BUILD @@ -11,7 +11,7 @@ api_cc_test( "//api:eds", "//api:hds", "//api:lds", - "//api:rlds", "//api:rds", + "//api:rlds", ], )