From 713a629b5ac27b0b29b020302d3c7594e9e4eeea Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Sat, 29 Oct 2016 23:33:11 +0100 Subject: [PATCH] Fix test code formatting. --- tests/integration.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration.rs b/tests/integration.rs index 46fa2270..082f1654 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -26,8 +26,7 @@ use common::ALL_SIGALGS; /* Checks we can verify netflix's cert chain. This is notable * because they're rooted at a Verisign v1 root. */ #[test] -pub fn netflix() -{ +pub fn netflix() { let ee = include_bytes!("netflix/ee.der"); let inter = include_bytes!("netflix/inter.der"); let ca = include_bytes!("netflix/ca.der");