Skip to content

Commit a526093

Browse files
committed
prettier
1 parent 510778a commit a526093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default class Combobox {
1919
constructor(
2020
input: HTMLTextAreaElement | HTMLInputElement,
2121
list: HTMLElement,
22-
{tabInsertsSuggestions, defaultFirstOption, scrollIntoViewOptions}: ComboboxSettings = {}
22+
{tabInsertsSuggestions, defaultFirstOption, scrollIntoViewOptions}: ComboboxSettings = {},
2323
) {
2424
this.input = input
2525
this.list = list

0 commit comments

Comments
 (0)