Skip to content

Commit 42c42df

Browse files
committed
fix format in error
1 parent 3ebb416 commit 42c42df

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
@@ -34,7 +34,7 @@ pub enum Error {
3434
RwLock,
3535
#[error("Signature {reason}")]
3636
Signature { reason: String },
37-
#[error("Verify{reason}")]
37+
#[error("Verify {reason}")]
3838
Verify { reason: String },
3939
}
4040

0 commit comments

Comments
 (0)