Compare commits

...

1 Commits

Author SHA1 Message Date
Dimitri Sabadie
da43539b70
Run rustfmt. 2023-09-23 13:01:41 +02:00

View File

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