run rustfmt

Signed-off-by: Thierry Marianne <thierry@marianne.io>
This commit is contained in:
Thierry Marianne
2025-09-21 16:51:18 +02:00
parent 32b6458deb
commit 042631cb4c
2 changed files with 18 additions and 57 deletions

View File

@@ -119,7 +119,10 @@ fn issue_make_directory() {
#[test]
#[cfg_attr(miri, ignore = "it takes too long to run")]
fn issue_make_directory_path() {
load_module_test("tests-pl/issue_make_directory_path.pl", "directory_path_made");
load_module_test(
"tests-pl/issue_make_directory_path.pl",
"directory_path_made",
);
}
#[serial]