@@ -645,12 +645,12 @@ impl Filter {
645645 . map( |filter| {
646646 if self . transport. applied_protocols. contains( filter) {
647647 Span :: styled(
648- format!( " {} " , filter ) ,
648+ format!( " {filter } " ) ,
649649 Style :: default ( ) . light_green( ) ,
650650 )
651651 } else {
652652 Span :: styled(
653- format!( " {} " , filter ) ,
653+ format!( " {filter } " ) ,
654654 Style :: default ( ) . light_red( ) ,
655655 )
656656 }
@@ -666,12 +666,12 @@ impl Filter {
666666 . map( |filter| {
667667 if self . network. applied_protocols. contains( filter) {
668668 Span :: styled(
669- format!( " {} " , filter ) ,
669+ format!( " {filter } " ) ,
670670 Style :: default ( ) . light_green( ) ,
671671 )
672672 } else {
673673 Span :: styled(
674- format!( " {} " , filter ) ,
674+ format!( " {filter } " ) ,
675675 Style :: default ( ) . light_red( ) ,
676676 )
677677 }
@@ -687,12 +687,12 @@ impl Filter {
687687 . map( |filter| {
688688 if self . link. applied_protocols. contains( filter) {
689689 Span :: styled(
690- format!( " {} " , filter ) ,
690+ format!( " {filter } " ) ,
691691 Style :: default ( ) . light_green( ) ,
692692 )
693693 } else {
694694 Span :: styled(
695- format!( " {} " , filter ) ,
695+ format!( " {filter } " ) ,
696696 Style :: default ( ) . light_red( ) ,
697697 )
698698 }
@@ -708,12 +708,12 @@ impl Filter {
708708 . map( |filter| {
709709 if self . traffic_direction. applied_direction. contains( filter) {
710710 Span :: styled(
711- format!( " {} " , filter ) ,
711+ format!( " {filter } " ) ,
712712 Style :: default ( ) . light_green( ) ,
713713 )
714714 } else {
715715 Span :: styled(
716- format!( " {} " , filter ) ,
716+ format!( " {filter } " ) ,
717717 Style :: default ( ) . light_red( ) ,
718718 )
719719 }
0 commit comments