From 1b7fc8d5e8dea456b0170978e85fee2c928a5d77 Mon Sep 17 00:00:00 2001 From: hamster1963 Date: Fri, 13 Dec 2024 09:32:35 +0000 Subject: [PATCH] chore: auto-fix linting and formatting issues --- bun.lockb | Bin 180652 -> 180652 bytes src/components/ui/input.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bun.lockb b/bun.lockb index 2a6200c8e29f9df19fa7d16f350d0e8259cf89d2..86a7e3871fcd7ffb0cf2e87fc2b2a8ee0ed43c1f 100755 GIT binary patch delta 25 hcmZ3}%)O?WyI~9C{;TYaaRz#3dY0RdU1fas8UTX-3c~;Z delta 25 hcmZ3}%)O?WyI~9C{;Nz(4AU2WVHDqf<0|8o*8q#x3#tGB diff --git a/src/components/ui/input.tsx b/src/components/ui/input.tsx index a43e452..8609d3e 100644 --- a/src/components/ui/input.tsx +++ b/src/components/ui/input.tsx @@ -15,7 +15,7 @@ const Input = React.forwardRef( ref={ref} {...props} /> - ); + ) }, ) Input.displayName = "Input"