chore: fmt

This commit is contained in:
sleepycatcoding 2023-07-23 00:21:29 +03:00 committed by Nathan Adams
parent f47ed92108
commit 6c4f707e36
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ pub fn flush<'gc>(
if !activation.context.sockets.is_connected(handle) {
return Err(invalid_socket_error(activation));
}
let UpdateContext { sockets, .. } = &mut activation.context;
let mut buffer = socket.write_buffer();