diff --git a/core/renderers/geras/measurables/inline_input.js b/core/renderers/geras/measurables/inline_input.js index 95c97afd0..b0e3dd776 100644 --- a/core/renderers/geras/measurables/inline_input.js +++ b/core/renderers/geras/measurables/inline_input.js @@ -34,8 +34,7 @@ const object = goog.require('Blockly.utils.object'); * @extends {BaseInlineInput} */ const InlineInput = function(constants, input) { - InlineInput.superClass_.constructor.call( - this, constants, input); + InlineInput.superClass_.constructor.call(this, constants, input); if (this.connectedBlock) { // We allow the dark path to show on the parent block so that the child diff --git a/core/renderers/geras/measurables/statement_input.js b/core/renderers/geras/measurables/statement_input.js index 1ebbcaab0..1c49f2b42 100644 --- a/core/renderers/geras/measurables/statement_input.js +++ b/core/renderers/geras/measurables/statement_input.js @@ -34,8 +34,7 @@ const object = goog.require('Blockly.utils.object'); * @extends {BaseStatementInput} */ const StatementInput = function(constants, input) { - StatementInput.superClass_.constructor.call( - this, constants, input); + StatementInput.superClass_.constructor.call(this, constants, input); if (this.connectedBlock) { // We allow the dark path to show on the parent block so that the child