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 da9ba37 commit 3d0dcaeCopy full SHA for 3d0dcae
src/types/message.rs
@@ -115,12 +115,14 @@ pub fn _wit_message_to_message(
115
metadata: req.metadata,
116
capabilities: req.capabilities,
117
},
118
- crate::hyperware::process::standard::Message::Response((resp, context)) => Message::Response {
119
- source,
120
- body: resp.body,
121
- metadata: resp.metadata,
122
- context,
123
- capabilities: resp.capabilities,
124
- },
+ crate::hyperware::process::standard::Message::Response((resp, context)) => {
+ Message::Response {
+ source,
+ body: resp.body,
+ metadata: resp.metadata,
+ context,
+ capabilities: resp.capabilities,
125
+ }
126
127
}
128
0 commit comments