Skip to content

Commit 0f201c4

Browse files
committed
style: 代码格式化
1 parent 7bb69df commit 0f201c4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

shared/types/comment.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ export interface MusicCommentCreatorQuery {
7070

7171
/** 主创说 IPC 响应 */
7272
export type MusicCommentCreatorResponse =
73-
| { ok: true; data: MusicCommentItem[] }
74-
| { ok: false; error: string };
73+
{ ok: true; data: MusicCommentItem[] } | { ok: false; error: string };
7574

7675
/** 渲染端评论 API */
7776
export interface CommentsApi {

0 commit comments

Comments
 (0)