Skip to content

Commit acdfbe7

Browse files
committed
fix rustfmt
1 parent 42dffae commit acdfbe7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/example.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ fn test_artifact_utf8(path: &Utf8Path) -> Result<()> {
1818
}
1919

2020
datatest_stable::harness!(
21-
test_artifact, "tests/files", r"^.*/*",
22-
test_artifact_utf8, "tests/files", r"^.*/*",
21+
test_artifact,
22+
"tests/files",
23+
r"^.*/*",
24+
test_artifact_utf8,
25+
"tests/files",
26+
r"^.*/*",
2327
);

0 commit comments

Comments
 (0)