style: style
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
use std::fs;
|
||||
use std::fs::File;
|
||||
use clap::{App, Arg, ArgMatches, SubCommand};
|
||||
use rust_util::failure;
|
||||
use crate::{cmd::{Command, CommandError}, util::{JsonKeyPair, make_key_pair}};
|
||||
use crate::cmd::{Command, CommandError};
|
||||
use crate::util::{JsonKeyPair, make_key_pair};
|
||||
|
||||
pub struct CommandImpl;
|
||||
impl Command for CommandImpl {
|
||||
fn name(&self) -> &str { "genkey" }
|
||||
|
||||
Reference in New Issue
Block a user