Skip to content
Snippets Groups Projects
Commit 6bbc938b authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

fix: rustfmt woke up

parent 68a0c56c
1 merge request!927Gmoshkin/join using batch dml
...@@ -15,7 +15,7 @@ use crate::traft::op::{Dml, Op}; ...@@ -15,7 +15,7 @@ use crate::traft::op::{Dml, Op};
use crate::traft::{self, RaftId}; use crate::traft::{self, RaftId};
use crate::traft::{error::Error, node, Address, PeerAddress, Result}; use crate::traft::{error::Error, node, Address, PeerAddress, Result};
use ::tarantool::fiber; use tarantool::fiber;
const TIMEOUT: Duration = Duration::from_secs(10); const TIMEOUT: Duration = Duration::from_secs(10);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment