Skip to content

Commit f656545

Browse files
Fix linting by removing newline
1 parent d20f8a6 commit f656545

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extensions/ql-vscode/src/view/common/SuggestBox/SuggestBox.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ export const SuggestBox = <
200200
}, [disabled]);
201201

202202
return (
203-
204203
<div onClick={stopClickPropagation}>
205204
{renderInputComponent(
206205
getReferenceProps({

0 commit comments

Comments
 (0)