# HG changeset patch
# User Yuya Nishihara <y...@tcha.org>
# Date 1571463019 -32400
#      Sat Oct 19 14:30:19 2019 +0900
# Node ID cfe3e9159c6c4eb5b7775a7b813f7f22f55a1f88
# Parent  2cb787b65cf2fbdba09dc03e83a4f1124c0bce8e
rust-cpython: run cargo fmt

diff --git a/rust/hg-cpython/src/dirstate/status.rs 
b/rust/hg-cpython/src/dirstate/status.rs
--- a/rust/hg-cpython/src/dirstate/status.rs
+++ b/rust/hg-cpython/src/dirstate/status.rs
@@ -6,7 +6,8 @@
 // GNU General Public License version 2 or any later version.
 
 //! Bindings for the `hg::status` module provided by the
-//! `hg-core` crate. From Python, this will be seen as 
`rustext.dirstate.status`.
+//! `hg-core` crate. From Python, this will be seen as
+//! `rustext.dirstate.status`.
 //!
 
 use crate::dirstate::DirstateMap;
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to