Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/file.js')
-rw-r--r--lib/file.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/file.js b/lib/file.js
index 2715fbb..e5624cd 100644
--- a/lib/file.js
+++ b/lib/file.js
@@ -1,5 +1,5 @@
-const {EventEmitter} = require('events')
-const {PassThrough} = require('readable-stream')
+const { EventEmitter } = require('events')
+const { PassThrough } = require('readable-stream')
const eos = require('end-of-stream')
const path = require('path')
const render = require('render-media')