Skip to content

Commit 587219c

Browse files
committed
Fmt
1 parent 5edeb8f commit 587219c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

readap-wasm/src/url_builder.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ impl UrlBuilder {
3030
pub fn dods_url(&self) -> Result<String, JsValue> {
3131
match self.inner.dods_url() {
3232
Ok(url) => Ok(url),
33-
Err(e) => Err(JsValue::from_str(&format!(
34-
"Error building DODS URL: {e}"
35-
))),
33+
Err(e) => Err(JsValue::from_str(&format!("Error building DODS URL: {e}"))),
3634
}
3735
}
3836

0 commit comments

Comments
 (0)