formatted code

This commit is contained in:
Carl
2018-09-13 19:02:14 -07:00
committed by Greg Fitzgerald
parent d3cb161c36
commit 062f654fe0
3 changed files with 37 additions and 23 deletions

View File

@ -344,10 +344,10 @@ impl Service for Fullnode {
match self.node_role {
Some(NodeRole::Validator(validator_service)) => {
validator_service.join()?;
},
}
Some(NodeRole::Leader(leader_service)) => {
leader_service.join()?;
},
}
_ => (),
}