Skip to content

Commit 1b00ab1

Browse files
committed
fix format
1 parent 14e4e66 commit 1b00ab1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/tools/src/lib.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -559,10 +559,6 @@ mod tests {
559559

560560
#[test]
561561
fn parse_version_with_trailing_newline() {
562-
assert_eq!(
563-
git_version_from_bytes(b"git version 2.37.2\n").unwrap(),
564-
(2, 37, 2)
565-
);
562+
assert_eq!(git_version_from_bytes(b"git version 2.37.2\n").unwrap(), (2, 37, 2));
566563
}
567-
568564
}

0 commit comments

Comments
 (0)