Skip to content

Commit d532ab8

Browse files
authored
missing newline at EOF
VSCode doesn't add these automatically 😭
1 parent 4ac022c commit d532ab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ declare type AutocompleteEvent$Init = CustomEvent & {
1313
export class AutocompleteEvent extends CustomEvent<any> {
1414
constructor(type: AutocompleteEventType, init: AutocompleteEvent$Init)
1515
relatedTarget: HTMLInputElement;
16-
}
16+
}

0 commit comments

Comments
 (0)