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 2d3e55f commit 85c398eCopy full SHA for 85c398e
rust/src/types/cloudfront.rs
@@ -256,5 +256,6 @@ fn serialize_return<T>(input: &T) -> JsValueResult
256
where
257
T: serde::ser::Serialize,
258
{
259
- serde_wasm_bindgen::to_value(input).map_err(|_| intern("could not serialize request struct").into())
+ serde_wasm_bindgen::to_value(input)
260
+ .map_err(|_| intern("could not serialize request struct").into())
261
}
0 commit comments