fix(fmt): fix formatting error in CI (#88)

This commit is contained in:
Kenichi Kamiya 2024-11-28 06:28:50 +09:00 committed by GitHub
parent cc2995d72b
commit 11e119263d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -102,4 +102,4 @@ pub enum KdlErrorKind {
#[error("An unspecified parse error occurred.")]
#[diagnostic(code(kdl::other))]
Other,
}
}