mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-05 17:53:29 +02:00
Add missing semicolons
This commit is contained in:
@@ -60,6 +60,6 @@ mod tests {
|
||||
}
|
||||
|
||||
println!("total numbers received: {}", total_received);
|
||||
assert_eq!(total_received, queue_length)
|
||||
assert_eq!(total_received, queue_length);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user