diff --git a/index.ts b/index.ts
index ecf7be9d67231df6e4e63ef96c903457272b675d..5f15cebc0a9afc6df56a3443a3bd3ca74a795384 100644
--- a/index.ts
+++ b/index.ts
@@ -9,7 +9,7 @@ import {BmaDependency} from "./app/modules/bma/index"
 import {WS2PDependency} from "./app/modules/ws2p/index"
 import {ProverConstants} from "./app/modules/prover/lib/constants"
 import { ProxiesConf } from './app/lib/proxy';
-
+ 
 const path = require('path');
 const _ = require('underscore');
 const directory = require('./app/lib/system/directory');
@@ -560,4 +560,4 @@ class ProcessStream extends stream.Transform {
     }
     done && done();
   };
-}
\ No newline at end of file
+}