Skip to content

Commit 71f3a3e

Browse files
committed
Update ToolStats.java
1 parent 3f850aa commit 71f3a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/lol/hyper/toolstats/ToolStats.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ public void checkForUpdates() {
253253
return;
254254
}
255255
GitHubRelease current;
256-
try{
256+
try {
257257
current = api.getReleaseByTag(this.getPluginMeta().getVersion());
258-
}catch(ReleaseNotFoundException e){
258+
} catch (ReleaseNotFoundException e) {
259259
logger.warning("You are running a version that does not exist on GitHub. If you are in a dev environment, you can ignore this. Otherwise, this is a bug!");
260260
return;
261261
}

0 commit comments

Comments
 (0)