Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jun 5, 2024
1 parent 4233bad commit 32efde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/logic/bibtex/FieldWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private String formatAndResolveStrings(String content, Field field) throws Inval
}
}

return formatter.format(stringBuilder, field);
return formatter.format(stringBuilder, field) + " ";
}

private boolean shouldResolveStrings(Field field) {
Expand Down

0 comments on commit 32efde3

Please sign in to comment.