mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Run npm run format
- This has the entirety of the changes. Part of https://b.corp.google.com/issues/411720532
This commit is contained in:
parent
fa264e4286
commit
383b917784
26 changed files with 211 additions and 208 deletions
|
|
@ -3,8 +3,6 @@ import { Box, Text } from 'ink';
|
|||
import TextInput from 'ink-text-input';
|
||||
import { globalConfig } from '../../config/config.js';
|
||||
|
||||
|
||||
|
||||
interface InputPromptProps {
|
||||
query: string;
|
||||
setQuery: (value: string) => void;
|
||||
|
|
@ -34,6 +32,6 @@ const InputPrompt: React.FC<InputPromptProps> = ({
|
|||
</Box>
|
||||
</Box>
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
export default InputPrompt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue