Unified intendations to 4 spaces in tools-services

This commit is contained in:
2023-03-02 09:38:06 +01:00
parent 7e63afd07f
commit b5c85a0074
11 changed files with 320 additions and 320 deletions

View File

@@ -1,7 +1,7 @@
package com.r11.tools;
public class SparkInitializer {
public static void main(String[] args) {
SparkApplication.run();
}
public static void main(String[] args) {
SparkApplication.run();
}
}