浏览代码

Remove double empty line at the end of a file.

Maciej Gołaszewski 5 年之前
父节点
当前提交
02235f0fcc

+ 0 - 1
packages/ckeditor5-table/src/tablecellproperties/commands/tablecellbordercolorcommand.js

@@ -79,4 +79,3 @@ export default class TableCellBorderColorCommand extends Command {
 		} );
 	}
 }
-

+ 0 - 1
packages/ckeditor5-table/src/tablecellproperties/commands/tablecellborderstylecommand.js

@@ -79,4 +79,3 @@ export default class TableCellBorderStyleCommand extends Command {
 		} );
 	}
 }
-

+ 0 - 1
packages/ckeditor5-table/src/tablecellproperties/commands/tablecellborderwidthcommand.js

@@ -79,4 +79,3 @@ export default class TableCellBorderWidthCommand extends Command {
 		} );
 	}
 }
-

+ 0 - 1
packages/ckeditor5-table/src/tablecellproperties/commands/tablecellpaddingcommand.js

@@ -78,4 +78,3 @@ export default class TableCellPaddingCommand extends Command {
 		} );
 	}
 }
-