diff --git a/tests/testutils/src/lib.rs b/tests/testutils/src/lib.rs index abd28f26d2..b50e708495 100644 --- a/tests/testutils/src/lib.rs +++ b/tests/testutils/src/lib.rs @@ -22,8 +22,8 @@ fn read_text(path: &Path) -> String { } pub fn dir_tests(paths: &[&str], f: F) - where - F: Fn(&str) -> String, +where + F: Fn(&str) -> String, { for path in collect_tests(paths) { let actual = {