Kaynağa Gözat

Small refactor.

Maciej Gołaszewski 6 yıl önce
ebeveyn
işleme
47b79ec9a6

+ 0 - 1
packages/ckeditor5-indent/src/indentblockcommand.js

@@ -75,7 +75,6 @@ export default class IndentBlockCommand extends Command {
 
 	_getIndentOffset( currentIndent ) {
 		const currentOffset = parseFloat( currentIndent || 0 );
-
 		const offsetToSet = currentOffset + this.direction * this.offset;
 
 		return offsetToSet && offsetToSet > 0 ? offsetToSet + this.unit : undefined;