From baa2f4d04b91d67bfbaf626c58ce80937dae03cf Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Mon, 22 Jul 2019 22:40:15 +0200 Subject: [PATCH] style: indent index.d.ts --- lib/index.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/index.d.ts b/lib/index.d.ts index 821e0f59c7..6e87b90f12 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -66,9 +66,9 @@ interface ImportOptions { export namespace JWK { interface pemEncodingOptions { - type?: string - cipher?: string - passphrase?: string + type?: string + cipher?: string + passphrase?: string } class Key {