Skip to content

Commit 11e1192

Browse files
authored
fix(fmt): fix formatting error in CI (#88)
1 parent cc2995d commit 11e1192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ pub enum KdlErrorKind {
102102
#[error("An unspecified parse error occurred.")]
103103
#[diagnostic(code(kdl::other))]
104104
Other,
105-
}
105+
}

0 commit comments

Comments
 (0)