🔨 refactor(utils.ts): remove unnecessary newline after the return statement in getChatInputField function
This commit is contained in:
parent
bd7489206d
commit
d1f09a6a64
1 changed files with 1 additions and 0 deletions
|
|
@ -267,6 +267,7 @@ export function getChatInputField(flow: FlowType, tabsState?: TabsState) {
|
|||
)[0];
|
||||
}
|
||||
return chat_input_field;
|
||||
}
|
||||
|
||||
/**
|
||||
* Function to get the python code for the API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue