Skip to content

Commit

Permalink
Fix test code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Nov 6, 2016
1 parent 8ec9909 commit 713a629
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 713a629

Please sign in to comment.