diff --git a/module/core/proper_path_tools/tests/inc/mod.rs b/module/core/proper_path_tools/tests/inc/mod.rs index d5cfec67ff..f42b23147b 100644 --- a/module/core/proper_path_tools/tests/inc/mod.rs +++ b/module/core/proper_path_tools/tests/inc/mod.rs @@ -5,7 +5,8 @@ mod path_normalize; mod path_is_glob; mod absolute_path; mod without_ext; -mod path_change_ext;mod path_common; +mod path_change_ext; +mod path_common; mod rebase_path; mod path_relative;