File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,9 @@ impl predicates_core::reflection::PredicateReflection for BytesContentPathPredic
245
245
}
246
246
247
247
/// Nested `Predicate`s of the current `Predicate`.
248
- fn children < ' a > ( & ' a self ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
248
+ fn children < ' a > (
249
+ & ' a self ,
250
+ ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
249
251
self . 0 . children ( )
250
252
}
251
253
}
@@ -321,7 +323,9 @@ impl predicates_core::reflection::PredicateReflection for StrContentPathPredicat
321
323
}
322
324
323
325
/// Nested `Predicate`s of the current `Predicate`.
324
- fn children < ' a > ( & ' a self ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
326
+ fn children < ' a > (
327
+ & ' a self ,
328
+ ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
325
329
self . 0 . children ( )
326
330
}
327
331
}
@@ -405,7 +409,9 @@ where
405
409
}
406
410
407
411
/// Nested `Predicate`s of the current `Predicate`.
408
- fn children < ' a > ( & ' a self ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
412
+ fn children < ' a > (
413
+ & ' a self ,
414
+ ) -> Box < dyn Iterator < Item = predicates_core:: reflection:: Child < ' a > > + ' a > {
409
415
self . 0 . children ( )
410
416
}
411
417
}
You can’t perform that action at this time.
0 commit comments