mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-23 01:10:06 +08:00
Format the Java codes with the Reat Hat extension.
This commit is contained in:
@ -11,6 +11,7 @@ import java.util.*;
|
||||
/* 顶点类 */
|
||||
public class Vertex {
|
||||
public int val;
|
||||
|
||||
public Vertex(int val) {
|
||||
this.val = val;
|
||||
}
|
||||
@ -32,4 +33,4 @@ public class Vertex {
|
||||
}
|
||||
return vals;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user