Skip to content

Commit

Permalink
Fix formatting error in Java sandwich blog post.
Browse files Browse the repository at this point in the history
--
PiperOrigin-RevId: 150602553
MOS_MIGRATED_REVID=150602553
  • Loading branch information
iirina authored and hermione521 committed Mar 20, 2017
1 parent bd40871 commit e721340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/blog/_posts/2017-03-07-java-sandwich.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit e721340

Please sign in to comment.