File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -444,7 +444,8 @@ mod test {
444
444
fs:: write ( & logpath, "" ) . expect ( "writing empty file" ) ;
445
445
446
446
// Windows paths need to have \ turned into \\
447
- let escaped_path = logpath. display ( ) . to_string ( ) . escape_default ( ) . to_string ( ) ;
447
+ let escaped_path =
448
+ logpath. display ( ) . to_string ( ) . escape_default ( ) . to_string ( ) ;
448
449
449
450
let bad_config = format ! (
450
451
r#"
@@ -478,7 +479,8 @@ mod test {
478
479
let time_before = chrono:: offset:: Utc :: now ( ) ;
479
480
480
481
// Windows paths need to have \ turned into \\
481
- let escaped_path = logpath. display ( ) . to_string ( ) . escape_default ( ) . to_string ( ) ;
482
+ let escaped_path =
483
+ logpath. display ( ) . to_string ( ) . escape_default ( ) . to_string ( ) ;
482
484
483
485
/* The first attempt should succeed. The log file doesn't exist yet. */
484
486
let config = format ! (
You can’t perform that action at this time.
0 commit comments