FIx new lint errors (#18382)

This commit is contained in:
Andy
2017-07-25 10:34:23 -07:00
committed by GitHub
parent e160492009
commit af8b0d1294
247 changed files with 263 additions and 263 deletions

View File

@@ -29,7 +29,7 @@ import * as dns from "dns";
import * as async_hooks from "async_hooks";
// Specifically test buffer module regression.
import {Buffer as ImportedBuffer, SlowBuffer as ImportedSlowBuffer} from "buffer";
import { Buffer as ImportedBuffer, SlowBuffer as ImportedSlowBuffer } from "buffer";
//////////////////////////////////////////////////////////
/// Global Tests : https://nodejs.org/api/global.html ///