Skip to content

Commit

Permalink
I hate fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialAmber committed Jul 14, 2024
1 parent 1b94777 commit 21854a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion objdiff-core/src/obj/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ fn exception_tables(
let extabindex_symbol_name = extabindex.name.clone();

//Add the new entry to the list
let entry = ObjExtab { func: extab_func, data, dtors, extab_symbol_name, extabindex_symbol_name };
let entry =
ObjExtab { func: extab_func, data, dtors, extab_symbol_name, extabindex_symbol_name };
result.push(entry);
}

Expand Down

0 comments on commit 21854a1

Please sign in to comment.