diff --git a/src/material_colors/hct/solver.rs.html b/src/material_colors/hct/solver.rs.html
index daf7dba..989a62f 100644
--- a/src/material_colors/hct/solver.rs.html
+++ b/src/material_colors/hct/solver.rs.html
@@ -984,7 +984,7 @@
fn sanitize_radians(angle: f64) -> f64 {
PI.mul_add(8.0, angle) % (PI * 2.0)