From bcfca5c198993916b0423b0b11c2829777363e1d Mon Sep 17 00:00:00 2001 From: kozbial Date: Tue, 17 Aug 2021 11:51:37 -0700 Subject: [PATCH] clang-format core/renderers/zelos/measurables/row_elements.js --- core/renderers/zelos/measurables/row_elements.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;