diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-01 17:47:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-01 18:05:08 +0200 |
commit | f6c1251def2701cad12cbe0b029dc705b3f9665e (patch) | |
tree | 5ba4e0ed384edf527f5e41e91ad2c19b50b27c60 /shared | |
parent | 674d903b0e993b3a67836f3dabba80282d9900ab (diff) | |
download | PeerTube-f6c1251def2701cad12cbe0b029dc705b3f9665e.tar.gz PeerTube-f6c1251def2701cad12cbe0b029dc705b3f9665e.tar.zst PeerTube-f6c1251def2701cad12cbe0b029dc705b3f9665e.zip |
Use consistent margins
Diffstat (limited to 'shared')
-rw-r--r-- | shared/extra-utils/miscs/miscs.ts | 2 |
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 | ||
3 | import * as chai from 'chai' | 3 | import * as chai from 'chai' |
4 | import * as ffmpeg from 'fluent-ffmpeg' | 4 | import * as ffmpeg from 'fluent-ffmpeg' |
5 | import { ensureDir, exists, pathExists, readFile, stat } from 'fs-extra' | 5 | import { ensureDir, pathExists, readFile, stat } from 'fs-extra' |
6 | import { basename, dirname, isAbsolute, join, resolve } from 'path' | 6 | import { basename, dirname, isAbsolute, join, resolve } from 'path' |
7 | import * as request from 'supertest' | 7 | import * as request from 'supertest' |
8 | import * as WebTorrent from 'webtorrent' | 8 | import * as WebTorrent from 'webtorrent' |