summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/index.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-25 11:11:48 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-25 11:11:48 -0700
commitce486db665fd805fff59772dfc852ac2d4cb3a43 (patch)
treea727ea2d928d50cc576bd150d08cc4de679e22f5 /packages/browser/src/index.ts
parent279723fc1cb10e653431a9d7dbe3592f760b3c8b (diff)
Run Prettier over everything
Diffstat (limited to 'packages/browser/src/index.ts')
-rw-r--r--packages/browser/src/index.ts6
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 };