Skip to content

Commit

Permalink
style: format (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
tafelnl authored Oct 2, 2024
1 parent 51a28f8 commit ead7f78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import type * as Definitions from './definitions';

export class ContactsWeb
extends WebPlugin
implements Definitions.ContactsPlugin {
implements Definitions.ContactsPlugin
{
async checkPermissions(): Promise<Definitions.PermissionStatus> {
throw this.unimplemented('Not implemented on web.');
}
Expand Down

0 comments on commit ead7f78

Please sign in to comment.