mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-19 07:17:54 +08:00
cargo fmt rust code (#1131)
* cargo fmt code * Add empty line to seperate unrelated comments * Fix review * Update bubble_sort.rs * Update merge_sort.rs --------- Co-authored-by: Yudong Jin <krahets@163.com>
This commit is contained in:
@@ -37,4 +37,4 @@ pub fn main() {
|
||||
// 判断栈是否为空
|
||||
let is_empty = stack.is_empty();
|
||||
print!("\n栈是否为空 = {is_empty}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user