From c30fe2716328072ad65e512c8772c52a77da9689 Mon Sep 17 00:00:00 2001 From: capitalist42 Date: Mon, 20 May 2024 11:17:27 +0800 Subject: [PATCH] code format --- src/model/types/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/model/types/index.ts b/src/model/types/index.ts index 64de13567..da3ac7224 100644 --- a/src/model/types/index.ts +++ b/src/model/types/index.ts @@ -389,8 +389,8 @@ export type Token = { */ memo?: string; /** - * the unit of the token - */ + * the unit of the token + */ unit?: string; }; /**