Skip to content

Commit

Permalink
Fix formatting to rustfmt standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
acw committed Nov 14, 2021
1 parent f4755e9 commit 4df1173
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,9 @@ mod tests {
fn utc_time_tests() {
// Check for a regression against issue #27, in which this would
// cause a panic.
let input = [55, 13, 13, 133, 13, 13, 50, 13, 13, 133, 13, 13, 50, 13, 133];
let input = [
55, 13, 13, 133, 13, 13, 50, 13, 13, 133, 13, 13, 50, 13, 133,
];
let output = from_der(&input);
assert!(output.is_err());
}
Expand Down

0 comments on commit 4df1173

Please sign in to comment.