Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Nov 5, 2024
1 parent 91a4997 commit b2b36ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/repositories.bzl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Test dependencies for rules_java."""

load("@bazel_skylib//lib:modules.bzl", "modules")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_jar")

"""Test dependencies for rules_java."""

def test_repositories():
http_jar(
name = "guava",
Expand Down

0 comments on commit b2b36ed

Please sign in to comment.