chore: fmt

This commit is contained in:
sleepycatcoding 2023-08-02 15:04:18 +03:00 committed by Nathan Adams
parent 0a1f645177
commit 358d3e8ede
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ pub fn send<'gc>(
.coerce_to_string(activation)? .coerce_to_string(activation)?
.to_string() .to_string()
.into_bytes(); .into_bytes();
// The string needs to end with a null byte. // The string needs to end with a null byte.
data.push(0); data.push(0);