Skip to content

Commit

Permalink
nudge
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay committed Apr 28, 2020
1 parent fe1d6bc commit cee6c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/bpf_loader/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ mod tests {
&mut self,
_message: &Message,
_instruction: &CompiledInstruction,
_signers: Option<&[Pubkey]>,
_signers: &[Pubkey],
_accounts: &[Rc<RefCell<Account>>],
) -> Result<(), InstructionError> {
Ok(())
Expand Down

0 comments on commit cee6c3a

Please sign in to comment.