Consistency nits and spelling (#8642)

automerge
This commit is contained in:
Grimes
2020-03-04 16:26:32 -08:00
committed by GitHub
parent b70d195473
commit fc409d9262
11 changed files with 4 additions and 12 deletions

View File

@ -3,7 +3,6 @@
#![allow(unreachable_code)]
extern crate solana_sdk;
use solana_sdk::{
account_info::AccountInfo, entrypoint, entrypoint::ProgramResult, info, log::*, pubkey::Pubkey,
};
@ -65,7 +64,7 @@ fn process_instruction(
#[cfg(test)]
mod test {
use super::*;
// Pulls in the stubs requried for `info!()`
// Pulls in the stubs required for `info!()`
solana_sdk_bpf_test::stubs!();
#[test]