Skip to content

Commit

Permalink
Merge pull request #24 from eed3si9n/wip/black
Browse files Browse the repository at this point in the history
Minor change to the generated code
  • Loading branch information
eed3si9n authored Jan 6, 2021
2 parents 41b4e9e + 2e28ded commit 02a3823
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@ def load_jvm_deps():
$httpFiles

\"\"\"
ctx.file("jvm_deps.bzl", content, executable = False)
ctx.file("jvm_deps.bzl", content, executable=False)
build_content = \"\"\"
load(\"@io_bazel_rules_scala//scala:scala_import.bzl\", \"scala_import\")

$builds

$evictedBuilds
\"\"\"
ctx.file("BUILD", build_content, executable = False)
ctx.file("BUILD", build_content, executable=False)


jvm_deps_rule = repository_rule(
implementation = _jvm_deps_impl,
implementation=_jvm_deps_impl,
)


Expand Down

0 comments on commit 02a3823

Please sign in to comment.