From 809e2ffddcf7b0199d79706e800172bb0f152cda Mon Sep 17 00:00:00 2001 From: Luke Street Date: Tue, 11 Mar 2025 21:43:32 -0600 Subject: [PATCH] cargo fmt --- objdiff-core/tests/arch_mips.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}