Skip to content

Commit

Permalink
Apply spotless.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Jan 4, 2024
1 parent f550f4e commit d266608
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ private void testTf2(

// check value numbers.
Set<Integer> actualParameterValueNumberSet =
functionPointerKeys.stream().filter(LocalPointerKey::isParameter)
functionPointerKeys.stream()
.filter(LocalPointerKey::isParameter)
.map(LocalPointerKey::getValueNumber)
.collect(Collectors.toSet());

Expand Down

0 comments on commit d266608

Please sign in to comment.