diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-25 11:11:48 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-25 11:11:48 -0700 |
commit | ce486db665fd805fff59772dfc852ac2d4cb3a43 (patch) | |
tree | a727ea2d928d50cc576bd150d08cc4de679e22f5 /packages/browser/src/index.ts | |
parent | 279723fc1cb10e653431a9d7dbe3592f760b3c8b (diff) |
Run Prettier over everything
Diffstat (limited to 'packages/browser/src/index.ts')
-rw-r--r-- | packages/browser/src/index.ts | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/browser/src/index.ts b/packages/browser/src/index.ts index 38ce91b..18f5944 100644 --- a/packages/browser/src/index.ts +++ b/packages/browser/src/index.ts @@ -2,8 +2,4 @@ import startAttestation from './methods/startAttestation'; import startAssertion from './methods/startAssertion'; import supportsWebauthn from './helpers/supportsWebauthn'; -export { - startAttestation, - startAssertion, - supportsWebauthn, -}; +export { startAttestation, startAssertion, supportsWebauthn }; |