mirror of
https://github.com/google/blockly.git
synced 2026-05-14 08:00:13 +02:00
chore: Fix whitespace (#6243)
* fix: Remove spurious blank lines Remove extraneous blank lines introduced by deletion of 'use strict'; pragmas. Also fix the location of the goog.declareModuleId call in core/utils/array.ts. * fix: Add missing double-blank-line before body of modules Our convention is to have two blank lines between the imports (or module ID, if there are no imports) and the beginning of the body of the module. Enforce this. * fix: one addition format error for PR #6243
This commit is contained in:
committed by
GitHub
parent
d63670662b
commit
b0475b0c68
@@ -10,7 +10,6 @@
|
||||
* a JavaScript framework such as Closure.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Utility methods for string manipulation.
|
||||
* These methods are not specific to Blockly, and could be factored out into
|
||||
|
||||
Reference in New Issue
Block a user