chore (backend-rs, minor): fix code style
This commit is contained in:
parent
b9f9e62079
commit
00e9f0ad48
1 changed files with 3 additions and 1 deletions
|
@ -81,5 +81,7 @@ async fn add_note_to_antenna(antenna_id: &str, note: &Note) -> Result<(), Error>
|
|||
.await?;
|
||||
|
||||
// for streaming API
|
||||
Ok(stream::antenna::publish(antenna_id.to_string(), note).await?)
|
||||
stream::antenna::publish(antenna_id.to_string(), note).await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue