Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Lubinets committed Jun 5, 2019
1 parent 543c682 commit c838309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_crate/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ where

#[test]
fn transcode_float_serde_json() {
test_transcode::<f32>( 100000);
test_transcode::<f32>(100000);
test_transcode::<f64>(100000);
}

Expand Down

0 comments on commit c838309

Please sign in to comment.