Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Default for Spline
Browse files Browse the repository at this point in the history
  • Loading branch information
perlindgren committed Oct 27, 2023
1 parent 389f4d1 commit c6ba847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use std::cmp::Ordering;
/// for the required interpolation mode, you get `None`.
/// - [`Spline::clamped_sample`]: behaves like [`Spline::sample`] but will return either the first
/// or last key if out of bound; it will return `None` if not enough key.
#[derive(Debug, Clone)]
#[derive(Debug, Clone, Default)]
#[cfg_attr(
any(feature = "serialization", feature = "serde"),
derive(Deserialize, Serialize)
Expand Down

0 comments on commit c6ba847

Please sign in to comment.