format code

This commit is contained in:
MaysWind
2025-01-06 22:03:28 +08:00
parent e0198da52c
commit 60ba3b7977
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { type Ref, ref, computed } from 'vue';
import { defineStore } from 'pinia';
import type {LatestExchangeRate, LatestExchangeRateResponse} from '@/models/exchange_rate.ts';
import type { LatestExchangeRate, LatestExchangeRateResponse } from '@/models/exchange_rate.ts';
import { isEquals } from '@/lib/common.ts';
import { getCurrentUnixTime, formatUnixTime } from '@/lib/datetime.ts';