Skip to content

Commit 89424ae

Browse files
committed
style: Trivial change from nightly rustfmt
1 parent cd8e0df commit 89424ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/signature.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ pub(crate) fn parse_email(email: &str) -> Result<String> {
324324
/// | `iso8601-strict` | `2022-01-06T09:32:07-05:00` |
325325
/// | `raw` | `1641479527 -0500` |
326326
/// | `now` | `now` |
327-
///
328327
pub(crate) fn parse_time(time_str: &str) -> Result<git2::Time> {
329328
let time_str = time_str.trim();
330329

0 commit comments

Comments
 (0)