From e74272c45134e4c20c001e488e5566ae9cf36c4f Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 21 Jun 2022 21:34:41 -0700 Subject: Add a space between imports and comment --- packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/browser/src/helpers') diff --git a/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts b/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts index f8ffead..bda999b 100644 --- a/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts +++ b/packages/browser/src/helpers/browserSupportsWebAuthnAutofill.ts @@ -1,5 +1,6 @@ /* eslint-disable @typescript-eslint/ban-ts-comment */ import { PublicKeyCredentialFuture } from '@simplewebauthn/typescript-types'; + /** * Determine if the browser supports conditional UI, so that WebAuthn credentials can * be shown to the user in the browser's typical password autofill popup. -- cgit v1.2.3