Skip to content

Commit 48211fa

Browse files
committed
Fix test code formatting.
1 parent 2704eb9 commit 48211fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ use common::ALL_SIGALGS;
2525
/* Checks we can verify netflix's cert chain. This is notable
2626
* because they're rooted at a Verisign v1 root. */
2727
#[test]
28-
pub fn netflix()
29-
{
28+
pub fn netflix() {
3029
let ee = include_bytes!("netflix/ee.der");
3130
let inter = include_bytes!("netflix/inter.der");
3231
let ca = include_bytes!("netflix/ca.der");

0 commit comments

Comments
 (0)