Run rustfmt.

This commit is contained in:
Dimitri Sabadie 2023-09-23 13:01:41 +02:00
parent eca09f1baf
commit da43539b70
No known key found for this signature in database

View File

@ -55,7 +55,7 @@ impl<T, V> Spline<T, V> {
spline.internal_sort();
spline
}
/// Clear the spline by removing all keys. Keeps the underlying allocated storage, so adding
/// new keys should be faster than creating a new [`Spline`]
#[inline]