aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/miscs
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-01 17:47:21 +0200
committerChocobozzz <me@florianbigard.com>2021-07-01 18:05:08 +0200
commitf6c1251def2701cad12cbe0b029dc705b3f9665e (patch)
tree5ba4e0ed384edf527f5e41e91ad2c19b50b27c60 /shared/extra-utils/miscs
parent674d903b0e993b3a67836f3dabba80282d9900ab (diff)
downloadPeerTube-f6c1251def2701cad12cbe0b029dc705b3f9665e.tar.gz
PeerTube-f6c1251def2701cad12cbe0b029dc705b3f9665e.tar.zst
PeerTube-f6c1251def2701cad12cbe0b029dc705b3f9665e.zip
Use consistent margins
Diffstat (limited to 'shared/extra-utils/miscs')
-rw-r--r--shared/extra-utils/miscs/miscs.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/miscs/miscs.ts b/shared/extra-utils/miscs/miscs.ts
index f20be8585..462b914d4 100644
--- a/shared/extra-utils/miscs/miscs.ts
+++ b/shared/extra-utils/miscs/miscs.ts
@@ -2,7 +2,7 @@
2 2
3import * as chai from 'chai' 3import * as chai from 'chai'
4import * as ffmpeg from 'fluent-ffmpeg' 4import * as ffmpeg from 'fluent-ffmpeg'
5import { ensureDir, exists, pathExists, readFile, stat } from 'fs-extra' 5import { ensureDir, pathExists, readFile, stat } from 'fs-extra'
6import { basename, dirname, isAbsolute, join, resolve } from 'path' 6import { basename, dirname, isAbsolute, join, resolve } from 'path'
7import * as request from 'supertest' 7import * as request from 'supertest'
8import * as WebTorrent from 'webtorrent' 8import * as WebTorrent from 'webtorrent'