瀏覽代碼

whitespace fix

hmt 4 月之前
父節點
當前提交
95b81457a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main.ts

+ 1 - 1
main.ts

@@ -35,7 +35,7 @@ class Server {
 		this.test().then(_ => Server.listServer.push(this)).catch(_ => Deno.exit(1));
 	}
 
-  static getNextServer() {
+	static getNextServer() {
 		Server.#currentServerIndex++;
 		if (Server.#currentServerIndex === Server.listServer.length)
 			Server.#currentServerIndex = 0;