Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Apr 9, 2020
1 parent 2067897 commit 731d41f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pub struct CenterDevice {
pub base_domain: String,
pub access_token: Option<String>,
pub refresh_token: Option<String>,
pub root_ca: Option<String>,
pub root_ca: Option<String>,
}

error_chain! {
Expand Down Expand Up @@ -148,7 +148,7 @@ mod tests {
base_domain: "centerdevice.de".to_owned(),
access_token: None,
refresh_token: None,
root_ca: None,
root_ca: None,
};
let prod_profile = Profile {
ssh_user: Some("a_user".to_owned()),
Expand Down

0 comments on commit 731d41f

Please sign in to comment.