diff --git a/objdiff-core/tests/arch_mips.rs b/objdiff-core/tests/arch_mips.rs index 03fde07..220cc15 100644 --- a/objdiff-core/tests/arch_mips.rs +++ b/objdiff-core/tests/arch_mips.rs @@ -44,4 +44,4 @@ fn filter_non_matching() { let diff_config = diff::DiffObjConfig::default(); let obj = obj::read::parse(include_object!("data/mips/vw_main.c.o"), &diff_config).unwrap(); insta::assert_debug_snapshot!(obj.symbols); -} \ No newline at end of file +}