From 803b26a517b4c9ac52d8cf6efb1c2078eaa4be1e Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Sat, 8 May 2021 15:58:39 +0200
Subject: [PATCH] style: apply npm run format:all

---
 app/modules/ws2p/index.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/modules/ws2p/index.ts b/app/modules/ws2p/index.ts
index 3d9854303..fa70b8ef8 100644
--- a/app/modules/ws2p/index.ts
+++ b/app/modules/ws2p/index.ts
@@ -311,7 +311,6 @@ export class WS2PAPI extends stream.Transform {
      **************/
 
     if (this.conf.ws2p && this.conf.ws2p.publicAccess) {
-
       if (!this.conf.ws2p.uuid) {
         this.conf.ws2p.uuid = nuuid.v4().slice(0, 8);
       }
-- 
GitLab