diff --git a/omnipaxos/src/storage/mod.rs b/omnipaxos/src/storage/mod.rs index a79fd567..310982e3 100644 --- a/omnipaxos/src/storage/mod.rs +++ b/omnipaxos/src/storage/mod.rs @@ -95,7 +95,7 @@ where } /// The Result type returned by the storage API. -pub type StorageResult = Result>; +pub type StorageResult = Result>; /// The write operations of the storge implementation. #[derive(Debug)]