[Updated] D8460: rust: remove extra empty line

Alphare (Raphaël Gomès) phabricator at mercurial-scm.org
Thu Apr 23 21:21:21 UTC 2020


Closed by commit rHGd8b703b8bf70: rust: remove extra empty line (authored by Alphare).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D8460?vs=21161&id=21205

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8460/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D8460

AFFECTED FILES
  rust/hg-core/src/dirstate/status.rs

CHANGE DETAILS

diff --git a/rust/hg-core/src/dirstate/status.rs b/rust/hg-core/src/dirstate/status.rs
--- a/rust/hg-core/src/dirstate/status.rs
+++ b/rust/hg-core/src/dirstate/status.rs
@@ -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)>>,



To: Alphare, #hg-reviewers, marmoute
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20200423/5604c71f/attachment.html>


More information about the Mercurial-patches mailing list