From f6c1251def2701cad12cbe0b029dc705b3f9665e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 1 Jul 2021 17:47:21 +0200 Subject: Use consistent margins --- shared/extra-utils/miscs/miscs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/extra-utils/miscs') 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 @@ import * as chai from 'chai' import * as ffmpeg from 'fluent-ffmpeg' -import { ensureDir, exists, pathExists, readFile, stat } from 'fs-extra' +import { ensureDir, pathExists, readFile, stat } from 'fs-extra' import { basename, dirname, isAbsolute, join, resolve } from 'path' import * as request from 'supertest' import * as WebTorrent from 'webtorrent' -- cgit v1.2.3