Skip to content

Commit 317234e

Browse files
committed
fixed formatting
1 parent 59247bd commit 317234e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jablib/src/test/java/org/jabref/model/entry/BibEntryTypesManagerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ void nonStandardTypesNotInBibtexMode() {
9292
.collect(Collectors.toSet());
9393

9494
Set<EntryType> bibtexTypes = entryTypesManager.getAllTypes(BibDatabaseMode.BIBTEX).stream()
95-
.map(BibEntryType::getType)
96-
.collect(Collectors.toSet());
95+
.map(BibEntryType::getType)
96+
.collect(Collectors.toSet());
9797

9898
for (EntryType nonStandardType : nonStandardTypes) {
9999
assertFalse(bibtexTypes.contains(nonStandardType),

0 commit comments

Comments
 (0)