Skip to content

Commit b10e317

Browse files
committed
NSwingTextWidgetFactory: add missing EOL newline
1 parent cb8f2db commit b10e317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/nwidget/swing/NSwingTextWidgetFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ private String modelValue() {
131131
return value == null ? "" : value;
132132
}
133133
}
134-
}
134+
}

0 commit comments

Comments
 (0)