diff --git a/src/uu/mv/src/mv.rs b/src/uu/mv/src/mv.rs
index 2931e214411..a078cf4286c 100644
--- a/src/uu/mv/src/mv.rs
+++ b/src/uu/mv/src/mv.rs
@@ -285,6 +285,7 @@ fn parse_paths(files: &[OsString], opts: &Options) -> Vec<PathBuf> {
     }
 }
 /// Handles moving files from a source path to a target path based on the provided options.
+
 fn handle_two_paths(
     source: &Path,
     target: &Path,