소스 검색

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;