Skip to content

Commit 33db65a

Browse files
committed
fmt
1 parent dcd09a2 commit 33db65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token-lending/program/tests/helpers/solend_program_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ impl SolendProgramTest {
383383
.unwrap();
384384
}
385385

386-
pub async fn init_switchboard_feed(&mut self, mint: &Pubkey)-> Pubkey {
386+
pub async fn init_switchboard_feed(&mut self, mint: &Pubkey) -> Pubkey {
387387
let switchboard_feed_pubkey = self
388388
.create_account(
389389
std::mem::size_of::<AggregatorAccountData>() + 8,

0 commit comments

Comments
 (0)