We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd09a2 commit 33db65aCopy full SHA for 33db65a
token-lending/program/tests/helpers/solend_program_test.rs
@@ -383,7 +383,7 @@ impl SolendProgramTest {
383
.unwrap();
384
}
385
386
- pub async fn init_switchboard_feed(&mut self, mint: &Pubkey)-> Pubkey {
+ pub async fn init_switchboard_feed(&mut self, mint: &Pubkey) -> Pubkey {
387
let switchboard_feed_pubkey = self
388
.create_account(
389
std::mem::size_of::<AggregatorAccountData>() + 8,
0 commit comments