Skip to content

Commit 1725cda

Browse files
committed
Reformat
1 parent 8514d73 commit 1725cda

File tree

1 file changed

+1
-1
lines changed
  • sparse_strips/vello_common/src

1 file changed

+1
-1
lines changed

sparse_strips/vello_common/src/clip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ fn intersect_impl<S: Simd>(
216216
OverlapRelationship::Overlap(overlap) => {
217217
match (region_1, region_2) {
218218
// Both regions are a fill. Flush the current strip and start a new
219-
// one at the end of the overlap region setting `fill_gap` to true,
219+
// one at the end of the overlap region setting `fill_gap` to true,
220220
// so that the whole area before that will be filled with a sparse
221221
// fill.
222222
(Region::Fill(_), Region::Fill(_)) => {

0 commit comments

Comments
 (0)