Skip to content

Commit ead7f78

Browse files
authored
style: format (#136)
1 parent 51a28f8 commit ead7f78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/web.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import type * as Definitions from './definitions';
44

55
export class ContactsWeb
66
extends WebPlugin
7-
implements Definitions.ContactsPlugin {
7+
implements Definitions.ContactsPlugin
8+
{
89
async checkPermissions(): Promise<Definitions.PermissionStatus> {
910
throw this.unimplemented('Not implemented on web.');
1011
}

0 commit comments

Comments
 (0)