From 9b8a5a4a6a39374acbcacd95819e9f02aacddafc Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Wed, 7 May 2025 06:48:47 -0700 Subject: [Rust] Fix a pre-existing formatting issue CI is complaining about --- plugins/svd/src/mapper.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/svd/src/mapper.rs') diff --git a/plugins/svd/src/mapper.rs b/plugins/svd/src/mapper.rs index 0a476481..2d511615 100644 --- a/plugins/svd/src/mapper.rs +++ b/plugins/svd/src/mapper.rs @@ -174,7 +174,7 @@ impl DeviceMapper { &data_memory, Some(memory_info.segment_flags), ); - + if !added_memory { log::error!( "Failed to add memory for peripheral block! {} @ 0x{:x}", @@ -183,7 +183,7 @@ impl DeviceMapper { ); } } - + view.add_segment(memory_info.segment); view.add_section(memory_info.section); -- cgit v1.3.1