Skip to content

Commit 2087128

Browse files
committed
add missing err comment
1 parent e92da3d commit 2087128

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

asyncgit/src/error.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ pub enum Error {
8585
#[error("git hook error: {0}")]
8686
Hooks(#[from] git2_hooks::HooksError),
8787

88+
///
8889
#[error("sign builder error: {0}")]
8990
SignBuilder(#[from] crate::sync::sign::SignBuilderError),
9091

0 commit comments

Comments
 (0)