Skip to content

Commit a85f280

Browse files
committed
clean up a little in string tests
1 parent 1513822 commit a85f280

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

iOverlay/src/string/clip.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ impl IntClip for [IntPoint] {
247247
#[cfg(test)]
248248
mod tests {
249249
use alloc::vec;
250-
use i_float::int::point::IntPoint;
250+
use i_float::int::point::IntPoint;
251251
use i_shape::int::path::IntPath;
252252
use crate::core::fill_rule::FillRule;
253253
use crate::string::clip::{ClipRule, IntClip};
@@ -344,11 +344,11 @@ use i_float::int::point::IntPoint;
344344
];
345345

346346
let result_0 = rect.clip_path(&path, FillRule::NonZero,
347-
ClipRule { invert: false, boundary_included: false },
347+
ClipRule { invert: false, boundary_included: false },
348348
);
349349

350350
let result_1 = rect.clip_path(&path, FillRule::NonZero,
351-
ClipRule { invert: false, boundary_included: true },
351+
ClipRule { invert: false, boundary_included: true },
352352
);
353353

354354
assert_eq!(result_0.len(), 3);

0 commit comments

Comments
 (0)