File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ impl IntClip for [IntPoint] {
247247#[ cfg( test) ]
248248mod 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 ) ;
You can’t perform that action at this time.
0 commit comments