Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
From a PR.
  • Loading branch information
robbert-vdh committed Dec 30, 2023
1 parent ec818e5 commit 0dd58cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/params/integer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ impl IntParam {
pub fn value(&self) -> i32 {
self.modulated_plain_value()
}

/// The range of valid plain values for this parameter.
#[inline]
pub fn range(&self) -> IntRange {
Expand Down

0 comments on commit 0dd58cd

Please sign in to comment.