mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 18:37:41 +02:00
update examples
This commit is contained in:
@ -163,6 +163,6 @@ impl ProtoBufResponseBuilder for HttpResponseBuilder {
|
||||
|
||||
let mut body = Vec::new();
|
||||
value.encode(&mut body).map_err(|e| ProtoBufPayloadError::Serialize(e))?;
|
||||
Ok(self.body(body)?)
|
||||
Ok(self.body(body))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user