Skip to content

Commit

Permalink
revert accidental whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ravyu-jump committed Jul 25, 2024
1 parent 6e2e6f4 commit 5079152
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion program-runtime/src/invoke_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ impl<'a> InvokeContext<'a> {
.get_next_instruction_context()?
.configure(program_indices, instruction_accounts, instruction_data);
self.push()?;

self.process_executable_chain(compute_units_consumed, timings)
// MUST pop if and only if `push` succeeded, independent of `result`.
// Thus, the `.and()` instead of an `.and_then()`.
Expand Down

0 comments on commit 5079152

Please sign in to comment.