Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 422194898
  • Loading branch information
Googler authored and copybara-github committed Jan 16, 2022
1 parent 7b66e29 commit 20d8807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public ConfiguredTarget create(RuleContext ruleContext)
filesBuilder.addAll(jars);

ImmutableBiMap<Artifact, Artifact> compilationToRuntimeJarMap =
compilationToRuntimeJarMapBuilder.build();
compilationToRuntimeJarMapBuilder.buildOrThrow();

NestedSet<Artifact> filesToBuild = filesBuilder.build();

Expand Down

0 comments on commit 20d8807

Please sign in to comment.