Skip to content

Commit

Permalink
Fix cargo fmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Sep 14, 2020
1 parent 7e819bc commit 41c5a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator_client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl<T: EthSpec> ProductionValidatorClient<T> {
() = context.executor.exit() => return Err("Shutting down".to_string())
};
let beacon_node_spec = yaml_config.apply_to_chain_spec::<T>(&T::default_spec())
.ok_or_else(||
.ok_or_else(||
"The minimal/mainnet spec type of the beacon node does not match the validator client. \
See the --testnet command.".to_string()
)?;
Expand Down

0 comments on commit 41c5a6b

Please sign in to comment.