Skip to content

Commit 5da00fb

Browse files
committed
Fix Format
1 parent 9f14723 commit 5da00fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/nibor/autolink/LinkExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private Builder() {
9494
* @param linkTypes the link types that should be extracted (by default, all types are extracted)
9595
* @return this builder
9696
*/
97-
public Builder linkTypes(LinkType...linkTypes) {
97+
public Builder linkTypes(LinkType... linkTypes) {
9898
if (linkTypes == null) {
9999
throw new NullPointerException("linkTypes must not be null");
100100
}

0 commit comments

Comments
 (0)