mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-29 21:40:27 +00:00
Put semicolon
This commit is contained in:
parent
c677f39820
commit
08f17940e7
@ -341,7 +341,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn create_with_capacity_error() {
|
||||
assert!(CString::<1>::from_bytes_with_nul(b"a\0").is_err())
|
||||
assert!(CString::<1>::from_bytes_with_nul(b"a\0").is_err());
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Loading…
x
Reference in New Issue
Block a user