remove superfluous collect()
s
This commit is contained in:
committed by
mergify[bot]
parent
79b4b83d3c
commit
06a7a9e544
@ -304,8 +304,8 @@ fn make_create_message(
|
||||
|
||||
instructions
|
||||
})
|
||||
.flatten()
|
||||
.collect();
|
||||
let instructions: Vec<_> = instructions.into_iter().flatten().collect();
|
||||
|
||||
Message::new(&instructions, Some(&keypair.pubkey()))
|
||||
}
|
||||
|
Reference in New Issue
Block a user