chore: fmt

This commit is contained in:
Georgios Konstantopoulos 2022-08-22 16:33:00 -07:00
parent 8218c96205
commit c8e9d46cfa
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ use thiserror::Error;
#[derive(Debug)]
enum MockParams {
Value(Value),
Zst
Zst,
}
#[derive(Clone, Debug)]

View File

@ -578,7 +578,7 @@ where
#[derive(Clone)]
pub enum QuorumParams {
Value(Value),
Zst
Zst,
}
#[cfg(test)]