Skip to content

Commit

Permalink
docs: Add starlark directive to code snippet (bazelbuild#1170)
Browse files Browse the repository at this point in the history
A very minor cleaup change.
  • Loading branch information
blorente authored and ianpegg-bc committed May 12, 2023
1 parent 6675515 commit 0cc91d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazelle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Finally, you create a target that you'll invoke to run the Gazelle tool
with the rules_python extension included. This typically goes in your root
`/BUILD.bazel` file:

```
```starlark
load("@bazel_gazelle//:def.bzl", "gazelle")
load("@rules_python_gazelle_plugin//:def.bzl", "GAZELLE_PYTHON_RUNTIME_DEPS")

Expand Down

0 comments on commit 0cc91d6

Please sign in to comment.