Skip to content

Commit

Permalink
Delete trailing whitespace from PR 1069
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 9, 2023
1 parent c308779 commit de39b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ impl Value {
///
/// // The string `"4"` is not a number.
/// assert_eq!(v["d"].as_number(), None);
///
///
/// ```
pub fn as_number(&self) -> Option<&Number> {
match self {
Expand Down

0 comments on commit de39b2a

Please sign in to comment.