Coding style
This commit is contained in:
parent
cbb5742ac3
commit
abb6947853
33 changed files with 79 additions and 151 deletions
|
|
@ -13,10 +13,7 @@ pub struct TlsKey<'a, C: 'a + CommandRunner> {
|
|||
|
||||
impl<'a, C: CommandRunner> TlsKey<'a, C> {
|
||||
pub fn new(domain: Cow<'a, str>, command_runner: &'a C) -> Self {
|
||||
TlsKey {
|
||||
domain: domain,
|
||||
command_runner: command_runner
|
||||
}
|
||||
TlsKey { domain, command_runner }
|
||||
}
|
||||
|
||||
fn get_path(&self) -> String {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue