1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 03:24:31 +02:00

Improve the newlines in the yml files. (All ymls kits, etc need testing)

This commit is contained in:
ementalo
2012-07-05 16:10:36 +01:00
parent d78c4930c1
commit 9f7214a97f

View File

@@ -80,11 +80,11 @@ public class YamlStorageWriter implements IStorageWriter
else else
{ {
writeScalar(data); writeScalar(data);
}
}
}
writer.println(); writer.println();
} }
}
}
}
private boolean writeKey(final Field field, final int depth, final Object data) private boolean writeKey(final Field field, final int depth, final Object data)
{ {
@@ -194,11 +194,11 @@ public class YamlStorageWriter implements IStorageWriter
else else
{ {
writeScalar(value); writeScalar(value);
}
}
}
writer.println(); writer.println();
} }
}
}
}
private void writeIndention(final int depth) private void writeIndention(final int depth)
{ {