Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Oct 18, 2023
1 parent 826b8cf commit 3bd8ff7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/meta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,11 @@ pub use rpc::{ElectionClient, ElectionMember, EtcdElectionClient};

use crate::manager::MetaOpts;


#[derive(Debug)]
pub enum MetaStoreBackend {
Etcd {
endpoints: Vec<String>,
credentials: Option<(String, String)>,
},
Mem,
}
}

0 comments on commit 3bd8ff7

Please sign in to comment.