Fix some test dependencies and pretty format all BUILD files
Change-Id: I300e236c15491f8724f1e493e2414388217f2174
diff --git a/apps/fwd/BUILD b/apps/fwd/BUILD
index 48b1eec..f2f4bc4 100644
--- a/apps/fwd/BUILD
+++ b/apps/fwd/BUILD
@@ -10,13 +10,13 @@
onos_app(
category = "Traffic Engineering",
description = "Provisions traffic between end-stations using hop-by-hop flow programming by " +
- "intercepting packets for which there are currently no matching flow objectives on the " +
- "data plane. The paths paved in this manner are short-lived, i.e. they expire a few " +
- "seconds after the flow on whose behalf they were programmed stops.\n\n" +
- "The application relies on the ONOS path service to compute the shortest paths. " +
- "In the event of negative topology events (link loss, device disconnect, etc.), " +
- "the application will proactively invalidate any paths that it had programmed to lead " +
- "through the resources that are no longer available.",
+ "intercepting packets for which there are currently no matching flow objectives on the " +
+ "data plane. The paths paved in this manner are short-lived, i.e. they expire a few " +
+ "seconds after the flow on whose behalf they were programmed stops.\n\n" +
+ "The application relies on the ONOS path service to compute the shortest paths. " +
+ "In the event of negative topology events (link loss, device disconnect, etc.), " +
+ "the application will proactively invalidate any paths that it had programmed to lead " +
+ "through the resources that are no longer available.",
title = "Reactive Forwarding",
url = "http://onosproject.org",
)