From e7213406cd5d67c1ff3a16e4a21e7a87852c7051 Mon Sep 17 00:00:00 2001 From: Irina Iancu Date: Mon, 20 Mar 2017 09:00:17 +0000 Subject: Fix formatting error in Java sandwich blog post. -- PiperOrigin-RevId: 150602553 MOS_MIGRATED_REVID=150602553 --- site/blog/_posts/2017-03-07-java-sandwich.md | 1 + 1 file changed, 1 insertion(+) (limited to 'site/blog') 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') -- cgit v1.2.3