Skip to content

Commit

Permalink
Google Java Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 25, 2023
1 parent 05e4ca7 commit bf7a11a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ public static WorkItemForJson castWorkItem(
List<ILinkedWorkItemStruct> directLinksStruct =
(List<ILinkedWorkItemStruct>) workItem.getLinkedWorkItemsStructsDirect();
List<ILinkedWorkItemStruct> backLinksStruct =
(List<ILinkedWorkItemStruct>) workItem.getLinkedWorkItemsStructsBack();
(List<ILinkedWorkItemStruct>) workItem.getLinkedWorkItemsStructsBack();
directLinksStruct.addAll(backLinksStruct); // both direct and back links
List<LinkedWorkItem> linkedItems =
(List<LinkedWorkItem>)
directLinksStruct.stream()
directLinksStruct.stream()
.filter(
linkStruct ->
Arrays.asList(includeLinkRoles)
Expand Down

0 comments on commit bf7a11a

Please sign in to comment.