##// END OF EJS Templates
rust: fix code formatting...
Simon Sapin -
r49589:00efd2d5 default
parent child Browse files
Show More
@@ -443,7 +443,8 b" impl DisplayStatusPaths<'_> {"
443 mut paths: Vec<StatusPath<'_>>,
443 mut paths: Vec<StatusPath<'_>>,
444 ) -> Result<(), CommandError> {
444 ) -> Result<(), CommandError> {
445 paths.sort_unstable();
445 paths.sort_unstable();
446 // TODO: get the stdout lock once for the whole loop instead of in each write
446 // TODO: get the stdout lock once for the whole loop
447 // instead of in each write
447 for StatusPath { path, copy_source } in paths {
448 for StatusPath { path, copy_source } in paths {
448 let relative;
449 let relative;
449 let path = if let Some(relativize) = &self.relativize {
450 let path = if let Some(relativize) = &self.relativize {
General Comments 0
You need to be logged in to leave comments. Login now