Commit
+1 -1 +/-1 browse
1 | diff --git a/src/lib.rs b/src/lib.rs |
2 | index dbe2e1e..ccfde5f 100644 |
3 | --- a/src/lib.rs |
4 | +++ b/src/lib.rs |
5 | @@ -81,7 +81,7 @@ |
6 | //! .selector("default-ed") |
7 | //! .headers(["From", "To", "Subject"]) |
8 | //! .sign(RFC5322_MESSAGE.as_bytes()) |
9 | - //! .unwrap(); |
10 | + //! .unwrap(); |
11 | //! |
12 | //! // Print the message including both signatures to stdout |
13 | //! println!( |