mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-05 07:23:06 +00:00
general mod.rs remove empty line to avoid clippy picky issue
This commit is contained in:
parent
e25050e635
commit
2d507c4ea6
@ -23,7 +23,6 @@ pub type Result<T> = std::result::Result<T, String>;
|
||||
/// as per the [specification](https://rfc.vac.dev/spec/36/#jsonmessage-type)
|
||||
#[derive(Clone, Serialize, Deserialize, Debug, Default)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
|
||||
pub struct WakuMessage {
|
||||
#[serde(with = "base64_serde", default = "Vec::new")]
|
||||
pub payload: Vec<u8>,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user