style: format code with consistent spacing and line breaks

This commit is contained in:
Jason
2025-10-30 15:31:08 +08:00
parent 8e4a0a1bbb
commit 55223bdd46
11 changed files with 37 additions and 34 deletions

View File

@@ -13,10 +13,7 @@ import { useTranslation } from "react-i18next";
import type { Provider } from "@/types";
import { providersApi, type AppId } from "@/lib/api";
export function useDragSort(
providers: Record<string, Provider>,
appId: AppId,
) {
export function useDragSort(providers: Record<string, Provider>, appId: AppId) {
const queryClient = useQueryClient();
const { t, i18n } = useTranslation();