Skip to content

Commit

Permalink
#414 cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-kuprianov committed Sep 25, 2020
1 parent 3c6ff5c commit babb18c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion light-client/tests/model_based.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ fn single_step_test(
output_env: &TestEnv,
) {
output_env.clear_log();
println!(" > running static model-based single-step test: {}", &tc.description);
println!(
" > running static model-based single-step test: {}",
&tc.description
);
let mut latest_trusted = Trusted::new(
tc.initial.signed_header.clone(),
tc.initial.next_validator_set.clone(),
Expand Down

0 comments on commit babb18c

Please sign in to comment.