We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d9ed1 commit c5e00bcCopy full SHA for c5e00bc
asyncgit/src/error.rs
@@ -54,7 +54,7 @@ pub enum Error {
54
Git(#[from] git2::Error),
55
56
///
57
- #[error("git config error:{0}")]
+ #[error("git config error: {0}")]
58
GitConfig(String),
59
60
0 commit comments