Browse Source

MINOR,REFA: indentation

dev-main
chris 1 month ago
parent
commit
c3b90e60bf
  1. 2
      src/modifier/Modifier.js

2
src/modifier/Modifier.js

@ -343,7 +343,6 @@ class Modifier {
modify.toModifications() modify.toModifications()
.forEach(e => this._modifications[e.key] = e.value); .forEach(e => this._modifications[e.key] = e.value);
return this;
} else { } else {
let modSub = new BorderChain(this); let modSub = new BorderChain(this);
if (Number.isInteger(modify) && modify > 0) { if (Number.isInteger(modify) && modify > 0) {
@ -351,6 +350,7 @@ class Modifier {
} }
return modSub; return modSub;
} }
return this;
} }
/** /**

Loading…
Cancel
Save