(cleanup) Remove spaces between imports, which are fairly random.

This commit is contained in:
Jesse Rosenberger
2017-08-07 14:46:48 +03:00
parent 6e16ba901e
commit 6a913ef251

View File

@@ -1,6 +1,5 @@
import { makeFulfillablePromise } from '../utils/fiber-helpers.js';
import { spawn, execFile } from 'child_process';
import * as files from '../fs/files.js';
import {
randomPort,
@@ -22,19 +21,15 @@ import {
import { capture, enterJob } from '../utils/buildmessage.js';
import { getUrlWithResuming } from '../utils/http-helpers.js';
import Builder from '../isobuild/builder.js';
import { DEFAULT_TRACK } from '../packaging/catalog/catalog.js';
import { RemoteCatalog } from '../packaging/catalog/catalog-remote.js';
import { IsopackCache } from '../isobuild/isopack-cache.js';
import { load as isoPacketsLoad } from '../tool-env/isopackets.js';
import { Tropohouse } from '../packaging/tropohouse.js';
import { PackageMap } from '../packaging/package-map.js';
import { current as releaseCurrent } from '../packaging/release.js';
import { FinishedUpgraders } from '../project-context.js';
import { allUpgraders } from '../upgraders.js';
import { execFileSync } from '../utils/processes.js';
function checkTestOnlyDependency(name) {