Reformat
diff --git a/sparse_strips/vello_sparse_tests/tests/issues.rs b/sparse_strips/vello_sparse_tests/tests/issues.rs
index 575b534..ebe11d2 100644
--- a/sparse_strips/vello_sparse_tests/tests/issues.rs
+++ b/sparse_strips/vello_sparse_tests/tests/issues.rs
@@ -385,11 +385,11 @@
     };
     let mut ctx = RenderContext::new_with(100, 100, &settings);
     let mut pixmap = Pixmap::new(100, 100);
-    
+
     ctx.fill_path(&Rect::new(0.0, 0.0, 50.0, 50.0).to_path(0.1));
     ctx.flush();
     ctx.render_to_pixmap(&mut pixmap, RenderMode::OptimizeQuality);
     ctx.fill_path(&Rect::new(50.0, 50.0, 100.0, 100.0).to_path(0.1));
     ctx.flush();
     ctx.render_to_pixmap(&mut pixmap, RenderMode::OptimizeQuality);
-}
\ No newline at end of file
+}