mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-23 09:41:33 +00:00
Run rustfmt and keep it running on CI (#2023)
Thought we did this awhile back, but looks like we forgot to do so!
This commit is contained in:
@ -40,10 +40,7 @@ pub async fn run(repo: String) -> Result<JsValue, JsValue> {
|
||||
|
||||
let url = format!("https://api.github.com/repos/{}/branches/master", repo);
|
||||
|
||||
let request = Request::new_with_str_and_init(
|
||||
&url,
|
||||
&opts,
|
||||
)?;
|
||||
let request = Request::new_with_str_and_init(&url, &opts)?;
|
||||
|
||||
request
|
||||
.headers()
|
||||
|
Reference in New Issue
Block a user