From 1c2f59fb677877b4e57fcc7cc1be64c8724b8c7e Mon Sep 17 00:00:00 2001
From: Bryan MacFarlane <bryanmacfarlane@github.com>
Date: Sat, 2 May 2020 10:46:48 -0400
Subject: [PATCH] format

---
 __tests__/authutil.test.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/__tests__/authutil.test.ts b/__tests__/authutil.test.ts
index a8b9ac2f..94df21b5 100644
--- a/__tests__/authutil.test.ts
+++ b/__tests__/authutil.test.ts
@@ -52,7 +52,6 @@ describe('authutil tests', () => {
     });
   }, 100000);
 
-
   function dbg(message: string) {
     process.stderr.write('dbg::' + message + '::\n');
   }