Skip to content

Commit

Permalink
Make fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
George Danezis committed Feb 9, 2022
1 parent 4cf64a8 commit 3bc3287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastpay_core/src/authority_aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ where
/// We do not expose this function to users, as its output is hard for callers to interpet. In particular,
/// some of the entries in the list might be the result of a query to a byzantine authority, so further
/// sanitization and checks are necessary to rely on this information.
///
///
/// Clients should use `sync_all_owned_objects` instead.
async fn get_all_owned_objects(
&self,
Expand Down

0 comments on commit 3bc3287

Please sign in to comment.