We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8879a1f commit 5e36115Copy full SHA for 5e36115
tests/integration.rs
@@ -26,8 +26,7 @@ use common::ALL_SIGALGS;
26
/* Checks we can verify netflix's cert chain. This is notable
27
* because they're rooted at a Verisign v1 root. */
28
#[test]
29
-pub fn netflix()
30
-{
+pub fn netflix() {
31
let ee = include_bytes!("netflix/ee.der");
32
let inter = include_bytes!("netflix/inter.der");
33
let ca = include_bytes!("netflix/ca.der");
0 commit comments