Update RepairConfig.java

Removed accidental whitespace
This commit is contained in:
Ineusia 2019-11-10 11:56:32 -06:00 committed by GitHub
parent ca1906fbc5
commit c5cbab39b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ public class RepairConfig extends ConfigLoader {
}
ConfigurationSection section = config.getConfigurationSection("Repairables");
Set<String> keys = section.getKeys(false);
for (String key : keys) {