Skip to content

Commit 38bf55a

Browse files
committed
Style fix
1 parent 1fd9a84 commit 38bf55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fn test_check_all_panics_on_error() {
4848
MockTime { year: 1111, ..Default::default() },
4949
];
5050

51-
check_all(&times, "'%Y'", &["'-1111'", "'-0011'", "'0001'", "'1112'"]);
51+
check_all(&times, "'%Y'", &["'-1111'", "'-0011'", "'0001'", "'1112'"]);
5252
}
5353

5454
#[test]

0 commit comments

Comments
 (0)