Skip to content

Commit

Permalink
Remove extra \n
Browse files Browse the repository at this point in the history
  • Loading branch information
KartikSoneji committed Nov 22, 2023
1 parent 89d86ff commit d687949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/rust/utils/src/assertions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub fn assert_derivation(
let (key, bump) = Pubkey::find_program_address(path, program_id);
if key != *account.key {
msg!(
"derivation assertion failed for {actual_key}:\n
"derivation assertion failed for {actual_key}:
\x20 expected {key} with program {program_id}, path {path:?}",
actual_key = account.key,
key = key,
Expand Down

0 comments on commit d687949

Please sign in to comment.