格式化代码

This commit is contained in:
2018-06-17 20:31:19 +08:00
parent c47f63d484
commit d089585f2c
851 changed files with 32567 additions and 26715 deletions

View File

@@ -2,5 +2,7 @@ package access;//: access/Pie.java
// The other class.
class Pie {
void f() { System.out.println("Pie.f()"); }
void f() {
System.out.println("Pie.f()");
}
} ///:~