Add missing semicolons

This commit is contained in:
mo8it
2024-05-22 15:13:18 +02:00
parent c8ad6c3960
commit 7cdf6b7942
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -60,6 +60,6 @@ mod tests {
}
println!("total numbers received: {}", total_received);
assert_eq!(total_received, queue_length)
assert_eq!(total_received, queue_length);
}
}