Skip to content

Commit c5e00bc

Browse files
committed
fix formatting
1 parent f2d9ed1 commit c5e00bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncgit/src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub enum Error {
5454
Git(#[from] git2::Error),
5555

5656
///
57-
#[error("git config error:{0}")]
57+
#[error("git config error: {0}")]
5858
GitConfig(String),
5959

6060
///

0 commit comments

Comments
 (0)