buildifier reformatting of bazel files

Change-Id: I1645613ec9dc57e659e7036634fcf3f3992b05a7
diff --git a/protocols/p4runtime/ctl/BUILD b/protocols/p4runtime/ctl/BUILD
index e060275..9418b80 100644
--- a/protocols/p4runtime/ctl/BUILD
+++ b/protocols/p4runtime/ctl/BUILD
@@ -17,6 +17,6 @@
 ]
 
 osgi_jar_with_tests(
-    deps = COMPILE_DEPS,
     test_deps = TEST_DEPS,
+    deps = COMPILE_DEPS,
 )