mirror of
https://github.com/krahets/hello-algo.git
synced 2026-02-10 06:05:35 +08:00
Fomrat the JS and TS codes with prettier.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
* Author: Zhuo Qinyue (1403450829@qq.com)
|
||||
*/
|
||||
|
||||
|
||||
/* 顶点类 */
|
||||
class Vertex {
|
||||
val;
|
||||
@@ -32,5 +31,5 @@ class Vertex {
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
Vertex
|
||||
Vertex,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user