Skip to content

Commit 4f00ffa

Browse files
committed
Format.
1 parent 0d363a7 commit 4f00ffa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

regex-lite/src/bytes.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,7 @@ impl Regex {
419419
CaptureMatches {
420420
haystack,
421421
re: self,
422-
it: self
423-
.pikevm
424-
.captures_iter(self.pool.get(), haystack),
422+
it: self.pikevm.captures_iter(self.pool.get(), haystack),
425423
}
426424
}
427425

0 commit comments

Comments
 (0)