Skip to content

Commit fc1ad38

Browse files
committed
Forget ;
1 parent 5b1e4fd commit fc1ad38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/economy/Economy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ public boolean isValid() {
150150
*/
151151
@Override
152152
public ReloadResult reloadModule() throws Exception {
153-
return ReloadResult.builder().status(ReloadStatus.SUCCESS).build()
153+
return ReloadResult.builder().status(ReloadStatus.SUCCESS).build();
154154
}
155155
}

0 commit comments

Comments
 (0)