mirror of https://github.com/kdl-org/kdl-rs.git
fix(fmt): fix formatting error in CI (#88)
This commit is contained in:
parent
cc2995d72b
commit
11e119263d
|
|
@ -102,4 +102,4 @@ pub enum KdlErrorKind {
|
||||||
#[error("An unspecified parse error occurred.")]
|
#[error("An unspecified parse error occurred.")]
|
||||||
#[diagnostic(code(kdl::other))]
|
#[diagnostic(code(kdl::other))]
|
||||||
Other,
|
Other,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue