From 48211fa7ac9cb63e47084207da9c8507bcd11deb 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 569e6d2f..ff0ed416 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -25,8 +25,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");