diff --git a/core/renderers/zelos/measurables/row_elements.js b/core/renderers/zelos/measurables/row_elements.js index b4f602197..85e59e6ad 100644 --- a/core/renderers/zelos/measurables/row_elements.js +++ b/core/renderers/zelos/measurables/row_elements.js @@ -36,7 +36,6 @@ const RightConnectionShape = function(constants) { this.height = 0; this.width = 0; }; -object.inherits(RightConnectionShape, - Measurable); +object.inherits(RightConnectionShape, Measurable); exports = RightConnectionShape;