Skip to content

Commit be3a33e

Browse files
author
Stephan Dilly
committed
fix formating for rust 1.50
1 parent a2a6754 commit be3a33e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

asyncgit/src/sync/commits_info.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ use git2::{Commit, Error, Oid};
44
use scopetime::scope_time;
55

66
/// identifies a single commit
7-
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, Ord, PartialOrd)]
7+
#[derive(
8+
Debug, Copy, Clone, PartialEq, Eq, Hash, Ord, PartialOrd,
9+
)]
810
pub struct CommitId(Oid);
911

1012
impl CommitId {

0 commit comments

Comments
 (0)