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
path: root/lib
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2018-08-29 04:33:04 +0300
committerFeross Aboukhadijeh <feross@feross.org>2018-08-29 04:33:04 +0300
commit6fbef8e7bcc035b38468fd959c2f2da4d71edf47 (patch)
treee8015b4c82ccd699e85834529482c7144c7b87f5 /lib
parent9da7bcdb5019565b9dc98c66d7e22b10e8d79cf3 (diff)
standard
Diffstat (limited to 'lib')
-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')