aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs
diff options
context:
space:
mode:
authorGravatar Alpha <AlphaWong@users.noreply.github.com>2018-05-02 05:04:18 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-02 05:05:58 -0700
commit0cfc7b20a960c057c6b13b3c8c8c85f824b73408 (patch)
tree87ec2194af9620c3fb7c921732465ea5cf043078 /site/docs
parent87493af09be21519f5dd7b7278e3eca194d0e35a (diff)
FIX: space
Closes #5137. PiperOrigin-RevId: 195076816
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/bazel-and-java.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/bazel-and-java.md b/site/docs/bazel-and-java.md
index 1013f50308..c118e708f7 100644
--- a/site/docs/bazel-and-java.md
+++ b/site/docs/bazel-and-java.md
@@ -54,7 +54,7 @@ Follow these guidelines when creating your BUILD files:
java_library(
name = "directory-name",
srcs = glob(["*.java"]),
- deps = [...],
+ deps = [...],
)
```
* The name of the library should be the name of the directory containing the