Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 420960181
  • Loading branch information
Googler authored and copybara-github committed Jan 11, 2022
1 parent 6c91482 commit 15ade85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private static ImmutableSortedMap<PathFragment, NinjaTarget> buildPhonyTargets(
NinjaTarget ninjaTarget = parseNinjaTarget(text);
builder.put(Iterables.getOnlyElement(ninjaTarget.getAllOutputs()), ninjaTarget);
}
return builder.build();
return builder.buildOrThrow();
}

@Test
Expand Down

0 comments on commit 15ade85

Please sign in to comment.