Skip to content

Commit

Permalink
style: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti committed Oct 9, 2023
1 parent dbf4cec commit d437edc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ private List<ExtensionsServiceEndpointItem> getAllAdapterEndpoints(
private List<ExtensionsServiceEndpointItem> getAllDataStreamEndpoints(
String username,
List<ExtensionsServiceEndpointItem> existingItems) {

return getAllDataStreams()
.stream()
.filter(s -> existingItems.stream().noneMatch(item -> s.getAppId().equals(item.getAppId())))
Expand Down

0 comments on commit d437edc

Please sign in to comment.