Skip to content

Commit

Permalink
Polish formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Mar 22, 2024
1 parent fe9cd57 commit 2e8b766
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -59,7 +59,6 @@ public static DiscoverySelectorIdentifier create(String prefix, String value) {
public static DiscoverySelectorIdentifier parse(String string) {
return StringUtils.splitIntoTwo(':', string).mapTwo( //
() -> new PreconditionViolationException("Identifier string must be 'prefix:value', but was " + string),
//
DiscoverySelectorIdentifier::new //
);
}
Expand Down

0 comments on commit 2e8b766

Please sign in to comment.