style: format code

This commit is contained in:
ReaJason
2025-12-14 19:25:04 +08:00
parent 70f1076fa4
commit f5bf9244b5
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import type { ProbeConfig, ProbeContentConfig } from "@/types/probeshell";
import type {
MemShellFormSchema,
ProbeShellFormSchema,
} from "@/types/schema.ts";
} from "@/types/schema";
export function transformToPostData(formValue: MemShellFormSchema) {
const shellConfig: ShellConfig = {