clang-format core/renderers/zelos/measurables/row_elements.js

This commit is contained in:
kozbial
2021-08-17 11:51:37 -07:00
committed by Monica Kozbial
parent b69800623b
commit bcfca5c198

View File

@@ -36,7 +36,6 @@ const RightConnectionShape = function(constants) {
this.height = 0;
this.width = 0;
};
object.inherits(RightConnectionShape,
Measurable);
object.inherits(RightConnectionShape, Measurable);
exports = RightConnectionShape;