Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KochTobi committed Jul 10, 2024
1 parent ee8e8b3 commit 7c1e5f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ public static class SampleInput {

public List<String> getIds() {
var identifiers = ids.isEmpty()
? parseIdentifiers() :
ids;
? parseIdentifiers()
: ids;
// we want to prevent matching to something shorter than a project code.
List<String> toShortSampleIds = identifiers.stream()
.filter(it -> !it.matches("^\\w{5,}"))
Expand Down

0 comments on commit 7c1e5f1

Please sign in to comment.