Skip to content

Commit 11c4045

Browse files
committed
Amend
1 parent 8e83964 commit 11c4045

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ mod verify;
2828

2929
pub use {error::Error, sign::*, util::*, verify::*};
3030

31-
t git push origin HEAD:refs/pull/61/head
32-
ype Result<T = (), E = Error> = std::result::Result<T, E>;
31+
type Result<T = (), E = Error> = std::result::Result<T, E>;
3332

3433
#[cfg(test)]
3534
mod tests {

0 commit comments

Comments
 (0)