Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
twolodzko committed Oct 18, 2024
1 parent 3ec3eab commit a042c16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scheme/numbers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ impl Sexpr {
}

/// It is numeric, but NaN or infinite
pub fn is_nan(self) -> bool {
match self {
Sexpr::Float(num) => num.is_nan() || num.is_infinite(),
Expand Down

0 comments on commit a042c16

Please sign in to comment.