Skip to content

Commit d345cdf

Browse files
committed
Run format script
1 parent 860731d commit d345cdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

private/rules/coursier.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ def _java_path(repository_ctx):
283283
def _generate_java_jar_command(repository_ctx, jar_path):
284284
coursier_opts = repository_ctx.os.environ.get("COURSIER_OPTS", "")
285285
coursier_opts = coursier_opts.split(" ") if len(coursier_opts) > 0 else []
286+
286287
# if coursier OOMs from a large dependency tree, have it crash instead of hanging
287288
coursier_opts.append("-XX:+ExitOnOutOfMemoryError")
288289
java_path = _java_path(repository_ctx)

0 commit comments

Comments
 (0)