Bug 1443081 - Apply spacing via eslint --fix for DevTools. r=jdescottes

MozReview-Commit-ID: 2RVNt140Zte
This commit is contained in:
J. Ryan Stinnett
2018-03-12 13:24:38 -05:00
parent dd06aa1c17
commit 8d1c817851
1420 changed files with 7101 additions and 7101 deletions

View File

@@ -6,7 +6,7 @@
"use strict";
// Make this available to both AMD and CJS environments
define(function (require, exports, module) {
define(function(require, exports, module) {
const { cloneElement, Component, createFactory } =
require("devtools/client/shared/vendor/react");
const { findDOMNode } = require("devtools/client/shared/vendor/react-dom");