Skip to content

Commit

Permalink
refactor: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
shm11C3 committed Sep 29, 2024
1 parent d93f1be commit 387f20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "vitest",
"tauri": "tauri",
"lint": "biome lint ./src && biome check ./src && biome format --write ./src",
"format": "biome format --write ./src && biome check ./src",
"format": "biome format --write ./src && biome check ./src --write",
"lint:ci": "biome ci ./src"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/select.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from "react";
import * as SelectPrimitive from "@radix-ui/react-select";
import { Check, ChevronDown, ChevronUp } from "lucide-react";
import * as React from "react";

import { cn } from "@/lib/utils";

Expand Down

0 comments on commit 387f20e

Please sign in to comment.