File tree 2 files changed +16
-8
lines changed
2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -471,14 +471,18 @@ fn issue3226() {
471
471
{
472
472
{
473
473
{
474
- return Err ( ErrorKind :: ManagementInterfaceError ( "Server exited unexpectedly" ) . into ( ) )
474
+ {
475
+ return Err ( ErrorKind :: ManagementInterfaceError ( "Server exited unexpectedly" ) . into ( ) )
476
+ }
475
477
}
476
478
}
477
479
}
478
480
{
479
481
{
480
482
{
481
- break Err ( ErrorKind :: ManagementInterfaceError ( "Server exited unexpectedlyy" ) . into ( ) )
483
+ {
484
+ break Err ( ErrorKind :: ManagementInterfaceError ( "Server exited unexpectedly" ) . into ( ) )
485
+ }
482
486
}
483
487
}
484
488
}
Original file line number Diff line number Diff line change @@ -550,18 +550,22 @@ fn issue3226() {
550
550
{
551
551
{
552
552
{
553
- return Err (
554
- ErrorKind :: ManagementInterfaceError ( "Server exited unexpectedly" ) . into ( ) ,
555
- ) ;
553
+ {
554
+ return Err (
555
+ ErrorKind :: ManagementInterfaceError ( "Server exited unexpectedly" ) . into ( ) ,
556
+ ) ;
557
+ }
556
558
}
557
559
}
558
560
}
559
561
{
560
562
{
561
563
{
562
- break Err (
563
- ErrorKind :: ManagementInterfaceError ( "Server exited unexpectedlyy" ) . into ( ) ,
564
- ) ;
564
+ {
565
+ break Err (
566
+ ErrorKind :: ManagementInterfaceError ( "Server exited unexpectedly" ) . into ( ) ,
567
+ ) ;
568
+ }
565
569
}
566
570
}
567
571
}
You can’t perform that action at this time.
0 commit comments