Skip to content

Commit

Permalink
fix: remove redundant declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Dec 9, 2021
1 parent 90ff260 commit 7ff8fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/default/CloseOthers/unittests.js
Expand Up @@ -21,7 +21,7 @@

/*global describe, it, expect, beforeEach, afterEach, runs, waitsForDone, spyOn */

define(["spec/SpecRunnerUtils", "file/FileUtils"],function (require, exports, module) {
define(function (require, exports, module) {


var SpecRunnerUtils = brackets.getModule("spec/SpecRunnerUtils"),
Expand Down

0 comments on commit 7ff8fae

Please sign in to comment.