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:
Christopher Allen
2022-06-24 19:33:39 +01:00
committed by GitHub
parent d63670662b
commit b0475b0c68
258 changed files with 30 additions and 290 deletions
-1
View File
@@ -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