changeset 44747:d8b703b8bf70 stable

rust: remove extra empty line This is a gratuitous cleanup. Differential Revision: https://phab.mercurial-scm.org/D8460
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 20 Apr 2020 11:03:31 +0200
parents c36a3fcfc36b
children a467416c493c
files rust/hg-core/src/dirstate/status.rs
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rust/hg-core/src/dirstate/status.rs	Wed Apr 15 18:10:19 2020 +0200
+++ b/rust/hg-core/src/dirstate/status.rs	Mon Apr 20 11:03:31 2020 +0200
@@ -307,7 +307,6 @@
 /// Dispatch a single entry (file, folder, symlink...) found during `traverse`.
 /// If the entry is a folder that needs to be traversed, it will be handled
 /// in a separate thread.
-
 fn handle_traversed_entry<'a>(
     scope: &rayon::Scope<'a>,
     files_sender: &'a crossbeam::Sender<IoResult<(HgPathBuf, Dispatch)>>,