Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 469945950
Change-Id: Ic35ee99949b6ec93f9e5250d3a11aca1795accda
  • Loading branch information
Googler authored and aiuto committed Oct 12, 2022
1 parent 8292d0d commit 80d977d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void testDiamond_simple() throws Exception {

ImmutableMap<ModuleKey, AugmentedModule> depGraph =
BazelModuleInspectorFunction.computeAugmentedGraph(
unprunedDepGraph, usedModules, /*overrides*/ ImmutableMap.of());
unprunedDepGraph, usedModules, /* overrides= */ ImmutableMap.of());

assertThat(depGraph.entrySet())
.containsExactly(
Expand Down

0 comments on commit 80d977d

Please sign in to comment.