format code

This commit is contained in:
Yanzhen Yu
2021-06-29 18:37:49 +08:00
parent b1a8b6926a
commit 778b22dc81
3 changed files with 6 additions and 7 deletions

View File

@@ -110,4 +110,3 @@ export type SlimDOMOptions = Partial<{
export type MaskTextFn = (text: string) => string;
export type KeepIframeSrcFn = (src: string) => boolean;