Skip to content

Commit 78e0ce3

Browse files
committed
Remove empty line
1 parent 364ba56 commit 78e0ce3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jablib/src/main/java/org/jabref/logic/openoffice/style/JStyleGetCitationMarker.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ private static String formatAuthorList(
153153
boolean emitAllAuthors = (nAuthors <= maxAuthors) || (maxAuthors == -1);
154154

155155
int nAuthorsToEmit;
156-
157156
if (emitAllAuthors) {
158157
nAuthorsToEmit = nAuthors;
159158
} else {

0 commit comments

Comments
 (0)