Docs: Query Language: Minor cleanup

RELNOTES: None.
PiperOrigin-RevId: 202988920
diff --git a/site/docs/query.html b/site/docs/query.html
index 12229ba..430355d 100644
--- a/site/docs/query.html
+++ b/site/docs/query.html
@@ -554,9 +554,7 @@
   <code>deps(foo/...)</code> is the dependency graphs whose roots are
   all rules in every package beneath the <code>foo</code> directory.
   Please note that 'dependencies' means only rule and file targets
-  in this context, therefore the BUILD,
-
-  and Skylark files needed to
+  in this context, therefore the BUILD and Skylark files needed to
   create these targets are not included here. For that you should use the
   <a href="#buildfiles"><code>buildfiles</code></a> operator.
 </p>