style:fmt

This commit is contained in:
dichgrem
2025-11-15 13:30:17 +08:00
parent c20e8949a5
commit 41e6b71bd7
33 changed files with 549 additions and 543 deletions

View File

@@ -1,7 +1,7 @@
package com.study.demo;
public class Demo {
public static void main(String [] args) {
System.out.println("HelloWorld!");
}
public static void main(String[] args) {
System.out.println("HelloWorld!");
}
}