Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Dec 15, 2023
1 parent a5cb2bd commit c5f207c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rs/checksum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ pub fn calculate_checksum_autodetect(rom_bytes: &[u8]) -> Option<(u32, u32)> {

#[cfg(test)]
mod tests {
use std::fs;
use crate::{cickinds::CICKind, utils};
use std::fs;

#[test]
fn test_dummy_files() -> Result<(), ()> {
Expand Down

0 comments on commit c5f207c

Please sign in to comment.