Skip to content

Commit 71602d0

Browse files
cargo fmt
1 parent 872dca5 commit 71602d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

livekit-ffi/src/server/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ impl FfiServer {
184184
.map_or_else(|| Err(FfiError::NotConfigured), |c| Ok(c.callback_fn.clone()))?;
185185

186186
cb(proto::FfiEvent { message: Some(message) });
187-
Ok(())
187+
Ok(())
188188
}
189189

190190
pub fn next_id(&self) -> FfiHandleId {

0 commit comments

Comments
 (0)