Skip to content

Commit

Permalink
fix: add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
micartey committed Apr 22, 2024
1 parent 19636d1 commit 1269d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/micartey/yawen/YawenRepository.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public Optional<ClassLoader> loadCached(String name) {

// Logging might be unwanted - but will be added for debugging purposes
if (update) {
System.out.println("[yawen] Updated cache!")
System.out.println("[yawen] Updated cache!");
}

this.loadDependency(new File(".yawen/" + info.id + ".jar")).onSuccess(classLoader -> {
Expand Down

0 comments on commit 1269d65

Please sign in to comment.