Skip to content

Commit 5e36115

Browse files
committed
Fix test code formatting.
1 parent 8879a1f commit 5e36115

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
@@ -26,8 +26,7 @@ use common::ALL_SIGALGS;
2626
/* Checks we can verify netflix's cert chain. This is notable
2727
* because they're rooted at a Verisign v1 root. */
2828
#[test]
29-
pub fn netflix()
30-
{
29+
pub fn netflix() {
3130
let ee = include_bytes!("netflix/ee.der");
3231
let inter = include_bytes!("netflix/inter.der");
3332
let ca = include_bytes!("netflix/ca.der");

0 commit comments

Comments
 (0)