Skip to content

Commit 71cd9ff

Browse files
committed
Resolving cargofmt issue
1 parent f62d7b9 commit 71cd9ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async fn main() -> ExitCode {
103103
}
104104

105105
let opts = Cli::parse();
106-
106+
107107
let config = match Config::load(opts.config.clone()) {
108108
Ok(config) => config,
109109
Err(error) => {
@@ -149,12 +149,12 @@ async fn provision(config: Config, opts: Cli) -> Result<(), anyhow::Error> {
149149
os_version,
150150
azure_init_version
151151
);
152-
152+
153153
let mut default_headers = header::HeaderMap::new();
154154
let user_agent = header::HeaderValue::from_str(
155155
format!("azure-init v{VERSION}").as_str(),
156156
)?;
157-
157+
158158
default_headers.insert(header::USER_AGENT, user_agent);
159159
let client = Client::builder()
160160
.timeout(std::time::Duration::from_secs(30))

0 commit comments

Comments
 (0)