Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Oct 27, 2017
1 parent 00cd86c commit 5216844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use std::*;
use std::str::FromStr;
use rustc_serialize::base64::{ToBase64, URL_SAFE};
use openssl::sign::Signer;
use openssl::pkey::{PKey};
use openssl::pkey::PKey;
use openssl::hash::MessageDigest;

use serde::ser::Serialize;
Expand Down

0 comments on commit 5216844

Please sign in to comment.