mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-28 21:02:56 +08:00
cargo fmt code (#1349)
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
/* 顶点类型 */
|
/* 顶点类型 */
|
||||||
#[derive(Copy, Clone, Hash, PartialEq, Eq)]
|
#[derive(Copy, Clone, Hash, PartialEq, Eq)]
|
||||||
pub struct Vertex {
|
pub struct Vertex {
|
||||||
pub val: i32
|
pub val: i32,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 输入值列表 vals ,返回顶点列表 vets */
|
/* 输入值列表 vals ,返回顶点列表 vets */
|
||||||
|
Reference in New Issue
Block a user