From 5da2d61209fb5ab624f8b30ec4fb26957f5f3b37 Mon Sep 17 00:00:00 2001
From: Andres Vargas <andres@python3.ninja>
Date: Wed, 21 Oct 2020 18:21:28 -0500
Subject: [PATCH] remove space

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

diff --git a/__tests__/authutil.test.ts b/__tests__/authutil.test.ts
index 7910935f..110cbbec 100644
--- a/__tests__/authutil.test.ts
+++ b/__tests__/authutil.test.ts
@@ -131,6 +131,5 @@ describe('authutil tests', () => {
     expect(rc['@ownername:registry']).toBe('npm.pkg.github.com/');
     expect(rc['always-auth']).toBe('false');
     expect(process.env.NODE_AUTH_TOKEN).toEqual('foobar');
-
   })
 });