File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -272,7 +272,10 @@ impl Mountable for MountSpec {
272272 . as_ref ( )
273273 . map ( |d| {
274274 CString :: new ( d. as_str ( ) ) . map_err ( |e| {
275- anyhow ! ( "mount data '{d}' for {} contains an interior NUL byte: {e}" , self . target)
275+ anyhow ! (
276+ "mount data '{d}' for {} contains an interior NUL byte: {e}" ,
277+ self . target
278+ )
276279 } )
277280 } )
278281 . transpose ( ) ?;
Original file line number Diff line number Diff line change @@ -750,8 +750,10 @@ impl ExecutableSpec {
750750 and its arguments)"
751751 ) ,
752752 Some ( libc:: EACCES ) => {
753- format ! ( " (is '{program}' marked executable, and are all \
754- leading path components accessible?)")
753+ format ! (
754+ " (is '{program}' marked executable, and are all \
755+ leading path components accessible?)"
756+ )
755757 }
756758 Some ( libc:: ENOEXEC ) => format ! (
757759 " (is '{program}' a valid executable for this architecture, \
You can’t perform that action at this time.
0 commit comments