diff options
author | Aleksey Kladov <[email protected]> | 2018-02-10 11:18:38 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-02-10 11:18:38 +0000 |
commit | 3aec74bc5b3b1a6fea37a8c60f74906a177bd03f (patch) | |
tree | a6465d16c3538ebd34e2a010250dc696b44a67c6 /tests/testutils/src | |
parent | e792ec3eca6214329d053715a6477cc4f7a05672 (diff) |
Reformat
Diffstat (limited to 'tests/testutils/src')
-rw-r--r-- | tests/testutils/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testutils/src/lib.rs b/tests/testutils/src/lib.rs index abd28f26d..b50e70849 100644 --- a/tests/testutils/src/lib.rs +++ b/tests/testutils/src/lib.rs | |||
@@ -22,8 +22,8 @@ fn read_text(path: &Path) -> String { | |||
22 | } | 22 | } |
23 | 23 | ||
24 | pub fn dir_tests<F>(paths: &[&str], f: F) | 24 | pub fn dir_tests<F>(paths: &[&str], f: F) |
25 | where | 25 | where |
26 | F: Fn(&str) -> String, | 26 | F: Fn(&str) -> String, |
27 | { | 27 | { |
28 | for path in collect_tests(paths) { | 28 | for path in collect_tests(paths) { |
29 | let actual = { | 29 | let actual = { |