mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-25 00:56:29 +08:00
cargo fmt code (#1349)
This commit is contained in:
parent
c4a7966882
commit
56a165bf98
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue