diff --git a/app/modules/ws2p/index.ts b/app/modules/ws2p/index.ts
index 3d9854303a3ca35091ea1d5e95fbbd2cf423a991..fa70b8ef8f06356945712b5427ca9ffe2a94dd62 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);
       }