Skip to content

Commit c5f207c

Browse files
committed
fmt
1 parent a5cb2bd commit c5f207c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rs/checksum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ pub fn calculate_checksum_autodetect(rom_bytes: &[u8]) -> Option<(u32, u32)> {
233233

234234
#[cfg(test)]
235235
mod tests {
236-
use std::fs;
237236
use crate::{cickinds::CICKind, utils};
237+
use std::fs;
238238

239239
#[test]
240240
fn test_dummy_files() -> Result<(), ()> {

0 commit comments

Comments
 (0)