all: format with prettier

(cherry picked from commit cad5b4d7deba4fbe4a40a17306ce49d3b2f13139)
This commit is contained in:
MengYX
2021-12-18 21:55:31 +08:00
parent 19486d4d34
commit 76dd78130a
34 changed files with 1652 additions and 1705 deletions

View File

@@ -1,4 +1,4 @@
import {expose} from "threads/worker";
import {CommonDecrypt} from "@/decrypt/common";
import { expose } from 'threads/worker';
import { CommonDecrypt } from '@/decrypt/common';
expose(CommonDecrypt)
expose(CommonDecrypt);