Skip to content

Commit

Permalink
fix(fmt): fix formatting error in CI (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick authored Nov 27, 2024
1 parent cc2995d commit 11e1192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ pub enum KdlErrorKind {
#[error("An unspecified parse error occurred.")]
#[diagnostic(code(kdl::other))]
Other,
}
}

0 comments on commit 11e1192

Please sign in to comment.