Skip to content

Commit b44dd77

Browse files
committed
standardize spacing
1 parent 517c768 commit b44dd77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import {EventEmitter} from 'events';
2-
import { ChildProcess,spawn, SpawnOptions, exec, execSync } from 'child_process';
3-
import {EOL as newline, tmpdir} from 'os';
4-
import {join, sep} from 'path'
5-
import {Readable,Writable} from 'stream'
1+
import { EventEmitter } from 'events';
2+
import { ChildProcess, spawn, SpawnOptions, exec, execSync } from 'child_process';
3+
import { EOL as newline, tmpdir} from 'os';
4+
import { join, sep } from 'path'
5+
import { Readable, Writable } from 'stream'
66
import { writeFile, writeFileSync } from 'fs';
77
import { promisify } from 'util';
88

0 commit comments

Comments
 (0)