From ead7f78b34f0695a031fadef48cde8e4fba3b54e Mon Sep 17 00:00:00 2001 From: Tafel <35837839+tafelnl@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:43:34 +0200 Subject: [PATCH] style: format (#136) --- src/web.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/web.ts b/src/web.ts index a9a1192..cc3def0 100644 --- a/src/web.ts +++ b/src/web.ts @@ -4,7 +4,8 @@ import type * as Definitions from './definitions'; export class ContactsWeb extends WebPlugin - implements Definitions.ContactsPlugin { + implements Definitions.ContactsPlugin +{ async checkPermissions(): Promise { throw this.unimplemented('Not implemented on web.'); }