Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Oct 5, 2024
1 parent c0f0a41 commit d2fb99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub enum KdlValue {
/// A non-float [KDL
/// Number](https://github.com/kdl-org/kdl/blob/main/SPEC.md#number)
Integer(i64),

/// A floating point [KDL
/// Number](https://github.com/kdl-org/kdl/blob/main/SPEC.md#number)
Float(f64),
Expand Down

0 comments on commit d2fb99b

Please sign in to comment.