@@ -555,7 +555,9 @@ impl predicates_core::reflection::PredicateReflection for EqCodePredicate {
555
555
}
556
556
557
557
/// Nested `Predicate`s of the current `Predicate`.
558
- fn children < ' a > ( & ' a self ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
558
+ fn children < ' a > (
559
+ & ' a self ,
560
+ ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
559
561
self . 0 . children ( )
560
562
}
561
563
}
@@ -625,7 +627,9 @@ impl predicates_core::reflection::PredicateReflection for InCodePredicate {
625
627
}
626
628
627
629
/// Nested `Predicate`s of the current `Predicate`.
628
- fn children < ' a > ( & ' a self ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
630
+ fn children < ' a > (
631
+ & ' a self ,
632
+ ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
629
633
self . 0 . children ( )
630
634
}
631
635
}
@@ -759,7 +763,9 @@ impl predicates_core::reflection::PredicateReflection for BytesContentOutputPred
759
763
}
760
764
761
765
/// Nested `Predicate`s of the current `Predicate`.
762
- fn children < ' a > ( & ' a self ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
766
+ fn children < ' a > (
767
+ & ' a self ,
768
+ ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
763
769
self . 0 . children ( )
764
770
}
765
771
}
@@ -838,7 +844,9 @@ impl predicates_core::reflection::PredicateReflection for StrContentOutputPredic
838
844
}
839
845
840
846
/// Nested `Predicate`s of the current `Predicate`.
841
- fn children < ' a > ( & ' a self ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
847
+ fn children < ' a > (
848
+ & ' a self ,
849
+ ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
842
850
self . 0 . children ( )
843
851
}
844
852
}
@@ -929,7 +937,9 @@ where
929
937
}
930
938
931
939
/// Nested `Predicate`s of the current `Predicate`.
932
- fn children < ' a > ( & ' a self ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
940
+ fn children < ' a > (
941
+ & ' a self ,
942
+ ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
933
943
self . 0 . children ( )
934
944
}
935
945
}
0 commit comments