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
@@ -5,7 +5,7 @@ import { toast } from "sonner";
import { QuickUsage } from "@/components/memshell/quick-usage";
import { Button } from "@/components/ui/button";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { downloadBytes } from "@/lib/utils.ts";
import { downloadBytes } from "@/lib/utils";
import type { MemShellResult } from "@/types/memshell";
import CodeViewer from "../code-viewer";
import { BasicInfo } from "./results/basic-info";