Skip to content

Commit

Permalink
cargo fmt pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jscatena88 committed Jul 3, 2024
1 parent 699d4db commit c5e4a65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/full_fs_exercise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ async fn main() {

let mut memory_store = MemoryDataStore::default();

let drive = Drive::initialize_private(&mut rng, signing_key.clone(), vector_clock_actor).unwrap();
let drive =
Drive::initialize_private(&mut rng, signing_key.clone(), vector_clock_actor).unwrap();
assert!(
drive.has_read_access(&actor_id).await,
"creation key to have read access"
Expand Down

0 comments on commit c5e4a65

Please sign in to comment.