diff --git a/sdk/src/account.rs b/sdk/src/account.rs index 75c68c3018..d94d7dc2c6 100644 --- a/sdk/src/account.rs +++ b/sdk/src/account.rs @@ -755,7 +755,8 @@ pub fn create_is_signer_account_infos<'a>( }) .collect() } -+ /// Replacement for the executable flag: An account being owned by one of these contains a program. + +/// Replacement for the executable flag: An account being owned by one of these contains a program. pub const PROGRAM_OWNERS: &[Pubkey] = &[ bpf_loader_upgradeable::id(), bpf_loader::id(),