buildifier reformatting of bazel files

Change-Id: I1645613ec9dc57e659e7036634fcf3f3992b05a7
diff --git a/core/net/BUILD b/core/net/BUILD
index 683d5fe..3c17dd0 100644
--- a/core/net/BUILD
+++ b/core/net/BUILD
@@ -21,8 +21,8 @@
         "org.onosproject.net.intent.impl.compiler.AbstractLinkCollectionTest",
         "org.onosproject.net.intent.impl.installer.AbstractIntentInstallerTest",
     ],
-    test_deps = TEST_DEPS,
     medium_tests = ["//core/net:src/test/java/org/onosproject/net/flowobjective/impl/InOrderFlowObjectiveManagerTest"],
+    test_deps = TEST_DEPS,
     visibility = ["//visibility:public"],
     deps = COMPILE_DEPS,
 )