Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Sep 24, 2024
1 parent b08f1dd commit a8aca6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/zksync/core/src/vm/inspect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,7 @@ fn inspect_inner<S: ReadStorage>(
let bootloader_debug = Arc::try_unwrap(bootloader_debug_tracer_result)
.unwrap()
.take()
.map(|result| result.ok())
.flatten()
.and_then(|result| result.ok())
.expect("failed obtaining bootloader debug info");
trace!("{bootloader_debug:?}");

Expand Down

0 comments on commit a8aca6a

Please sign in to comment.