Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Mar 25, 2024
1 parent 89d4235 commit 8b7ee77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private Optional<String> getPseudonym(Task task)
{
return getInputParameterValues(task, CODESYSTEM_NUM_CODEX_DATA_TRANSFER,
CODESYSTEM_NUM_CODEX_DATA_TRANSFER_VALUE_PSEUDONYM, Identifier.class).findFirst()
.map(Identifier::getValue);
.map(Identifier::getValue);
}

private <T extends Type> Stream<T> getInputParameterValues(Task task, String system, String code, Class<T> type)
Expand Down

0 comments on commit 8b7ee77

Please sign in to comment.