We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5edeb8f commit 587219cCopy full SHA for 587219c
readap-wasm/src/url_builder.rs
@@ -30,9 +30,7 @@ impl UrlBuilder {
30
pub fn dods_url(&self) -> Result<String, JsValue> {
31
match self.inner.dods_url() {
32
Ok(url) => Ok(url),
33
- Err(e) => Err(JsValue::from_str(&format!(
34
- "Error building DODS URL: {e}"
35
- ))),
+ Err(e) => Err(JsValue::from_str(&format!("Error building DODS URL: {e}"))),
36
}
37
38
0 commit comments