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');
   }