commit | 05d609aa02b1e1c078c017d5619b79e206227f37 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Wed Aug 15 10:27:58 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Wed Aug 15 17:55:00 2018 +0000 |
tree | 32eda74b12f11a2757348076ba64ffa5dfb310b2 | |
parent | 6cf60c3f33b5155a8cb51a9cd4d2f60007de92da [diff] [blame] |
buildifier reformatting of bazel files Change-Id: I1645613ec9dc57e659e7036634fcf3f3992b05a7
diff --git a/protocols/rest/ctl/BUILD b/protocols/rest/ctl/BUILD index f7fd3ea..d3b9c30 100644 --- a/protocols/rest/ctl/BUILD +++ b/protocols/rest/ctl/BUILD
@@ -14,10 +14,10 @@ ] TEST_DEPS = TEST_REST + [ - "//core/common:onos-core-common-tests" + "//core/common:onos-core-common-tests", ] osgi_jar_with_tests( - deps = COMPILE_DEPS, test_deps = TEST_DEPS, + deps = COMPILE_DEPS, )