chore: Run clang-format on core/*.js (#5589)

* Run clang-format on core/*.js

* Revert changes for css formatting
This commit is contained in:
Rachel Fenichel
2021-10-07 10:32:02 -07:00
committed by GitHub
parent 2b1f33cc7b
commit b25e24fd02
29 changed files with 177 additions and 181 deletions

View File

@@ -459,7 +459,7 @@ exports.setParentContainer = common.setParentContainer;
* @deprecated Use Blockly.utils.colour.hueToHex (September 2021).
* @alias Blockly.hueToHex
*/
exports.hueToHex = colour.hueToHex;
exports.hueToHex = colour.hueToHex;
/**
* @see browserEvents.bind
@@ -500,7 +500,7 @@ exports.ALIGN_RIGHT = constants.ALIGN.RIGHT;
/**
* @see common.svgResize
*/
exports.svgResize = common.svgResize;
exports.svgResize = common.svgResize;
/**
* Aliases for constants used for connection and input types.