clang-format core/renderers/geras/measurables/input.js

This commit is contained in:
kozbial
2021-08-10 14:52:40 -07:00
committed by Monica Kozbial
parent 8f83073cdb
commit bdf16d88e0
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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