Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvja committed Oct 15, 2024
1 parent 19a439d commit f716ed5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions solana/solana-ibc/programs/solana-ibc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,9 @@ pub mod solana_ibc {
let clock = Clock::get()?;
let slot = clock.slot;
let timestamp = clock.unix_timestamp as u64;
store.borrow_mut()
.private;
store
.borrow_mut()
.private
.add_local_consensus_state(slot, timestamp, root)
.unwrap();
}
Expand Down

0 comments on commit f716ed5

Please sign in to comment.