Skip to content

Commit 6c71603

Browse files
committed
style: add missing newline at end of ManagerSupplier file
1 parent 6abe065 commit 6c71603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/soujava/demos/mongodb/config/ManagerSupplier.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ public class ManagerSupplier implements Supplier<DatabaseManager> {
2626
public MongoDBDocumentManager get() {
2727
return DatabaseContainer.INSTANCE.get("hotel");
2828
}
29+
2930
}

0 commit comments

Comments
 (0)