mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
fix: remove trailing newline for tidy
This commit is contained in:
@@ -20,4 +20,4 @@ pub fn mul3(previous: &[u8], current: &mut [u8]) {
|
||||
chunk.copy_from_slice(&new_chunk);
|
||||
c_bpp.copy_from_slice(b_bpp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user