Format everything

This commit is contained in:
rubikscraft
2022-06-05 12:20:16 +02:00
parent b20eea0455
commit c67e3467a5
133 changed files with 466 additions and 435 deletions

View File

@@ -2,7 +2,7 @@ import { Injectable } from '@nestjs/common';
import {
FullMime,
ImageMime,
SupportedMimeCategory
SupportedMimeCategory,
} from 'picsur-shared/dist/dto/mimes.dto';
import { AsyncFailable, Fail } from 'picsur-shared/dist/types';
import { QOIColorSpace, QOIencode } from 'qoi-img';