Fix spacing in Updater

This commit is contained in:
Jack Lin 2015-07-12 00:16:50 +12:00
parent 4e4c4eff98
commit 086128f8fa

View file

@ -75,7 +75,7 @@ public class Updater {
plugin.getLogger().info("You are running version " + getCurrentVersion());
plugin.getLogger().info("The latest version avaliable is " + getUpdateVersion());
} else {
plugin.getLogger().info("You are running the latest version of" + pluginName);
plugin.getLogger().info("You are running the latest version of " + pluginName);
}
}