chore: fmt
This commit is contained in:
parent
8218c96205
commit
c8e9d46cfa
|
@ -16,7 +16,7 @@ use thiserror::Error;
|
|||
#[derive(Debug)]
|
||||
enum MockParams {
|
||||
Value(Value),
|
||||
Zst
|
||||
Zst,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
|
|
|
@ -578,7 +578,7 @@ where
|
|||
#[derive(Clone)]
|
||||
pub enum QuorumParams {
|
||||
Value(Value),
|
||||
Zst
|
||||
Zst,
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Reference in New Issue