3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-10-05 01:31:05 +02:00

Remove commented line

Dieser Commit ist enthalten in:
Myles 2016-10-02 19:41:02 +01:00
Ursprung 21c957b8d5
Commit d0e7f05d50

Datei anzeigen

@ -17,7 +17,6 @@ public abstract class Config implements ConfigurationProvider {
@Override
protected Yaml initialValue() {
DumperOptions options = new DumperOptions();
// options.setPrettyFlow(true);
options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
return new Yaml(options);
}