mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-25 11:35:18 +01:00
Remove commented line
This commit is contained in:
parent
21c957b8d5
commit
d0e7f05d50
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user