Skip to content

Commit fe1b72a

Browse files
committed
fix lint
1 parent 95e4678 commit fe1b72a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lib/cli/src/config/env.rs

+5-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,11 @@ impl WasmerEnv {
141141

142142
let proxy = self.proxy()?;
143143

144-
let client =
145-
wasmer_api::WasmerClient::new_with_proxy(registry_url, &DEFAULT_WASMER_CLI_USER_AGENT, proxy)?;
144+
let client = wasmer_api::WasmerClient::new_with_proxy(
145+
registry_url,
146+
&DEFAULT_WASMER_CLI_USER_AGENT,
147+
proxy,
148+
)?;
146149

147150
let client = if let Some(token) = self.token() {
148151
client.with_auth_token(token)

0 commit comments

Comments
 (0)