mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-19 06:45:50 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react'
|
||||
import type { Input } from './TeamCreateTool.js'
|
||||
import React from 'react';
|
||||
import type { Input } from './TeamCreateTool.js';
|
||||
|
||||
export function renderToolUseMessage(input: Partial<Input>): React.ReactNode {
|
||||
return `create team: ${input.team_name}`
|
||||
return `create team: ${input.team_name}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user