remove noisy comments/documentation

This commit is contained in:
Sebastian McKenzie
2015-09-01 04:56:03 +01:00
parent 582061a9e8
commit 15f73b4fc3
150 changed files with 66 additions and 3376 deletions

View File

@@ -160,7 +160,7 @@ export default class Buffer {
*/
newline(i, removeLast) {
if (this.format.compact || this.format.retainLines) return;
if (this.format.retainLines || this.format.compact) return;
if (this.format.concise) {
this.space();