diff options
author | Determinant <[email protected]> | 2020-06-11 14:51:18 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-06-11 14:51:18 -0400 |
commit | 3529e120694d3b9deb6eb2122e309efede0e3644 (patch) | |
tree | f803ca8f04d275e372ee78ea8e6052cde50e02e4 /tests/rand_fail.rs | |
parent | 3550279bea05360d7d84b7cd70939106096af43b (diff) |
format with rustfmt
Diffstat (limited to 'tests/rand_fail.rs')
-rw-r--r-- | tests/rand_fail.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/rand_fail.rs b/tests/rand_fail.rs index d129e4f..07edb39 100644 --- a/tests/rand_fail.rs +++ b/tests/rand_fail.rs @@ -1,5 +1,4 @@ #[cfg(test)] - mod common; fn single_point_failure(sim: &common::PaintingSim) { @@ -24,7 +23,7 @@ fn test_rand_fail() { stroke_max_len: 10, stroke_max_col: 256, stroke_max_n: 5, - seed: 0 + seed: 0, }; single_point_failure(&sim); } |