aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/blog
diff options
context:
space:
mode:
authorGravatar Irina Iancu <elenairina@google.com>2017-03-20 09:00:17 +0000
committerGravatar Yue Gan <yueg@google.com>2017-03-20 11:46:03 +0000
commite7213406cd5d67c1ff3a16e4a21e7a87852c7051 (patch)
treecbabddd84118cfb1d93dca35dff40ae87d0a2e3e /site/blog
parentbd40871283a54268945dcb0c47c0326645ffda18 (diff)
Fix formatting error in Java sandwich blog post.
-- PiperOrigin-RevId: 150602553 MOS_MIGRATED_REVID=150602553
Diffstat (limited to 'site/blog')
-rw-r--r--site/blog/_posts/2017-03-07-java-sandwich.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/blog/_posts/2017-03-07-java-sandwich.md b/site/blog/_posts/2017-03-07-java-sandwich.md
index 748174228c..e07931597e 100644
--- a/site/blog/_posts/2017-03-07-java-sandwich.md
+++ b/site/blog/_posts/2017-03-07-java-sandwich.md
@@ -58,6 +58,7 @@ java_library(name = "bottom", deps = [":middle", ...], ...)
```
In the BUILD file we load the Skylark rule and have the rules:
+
```python
load(':java_skylark_library.bzl', 'java_skylark_library')