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