diff options
| author | Fuwn <[email protected]> | 2024-06-03 15:23:14 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-03 15:23:14 +0000 |
| commit | 303ed249037821be0e947b790ecb6090c89cc832 (patch) | |
| tree | 07d1449bb77f12eae0bd90344eee37440291167b /crates/whirl_server/src/cmd/commands/action.rs | |
| parent | chore(rustfmt): add new rules (diff) | |
| download | whirl-303ed249037821be0e947b790ecb6090c89cc832.tar.xz whirl-303ed249037821be0e947b790ecb6090c89cc832.zip | |
format: rustfmt with new rules
Diffstat (limited to 'crates/whirl_server/src/cmd/commands/action.rs')
| -rw-r--r-- | crates/whirl_server/src/cmd/commands/action.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl_server/src/cmd/commands/action.rs b/crates/whirl_server/src/cmd/commands/action.rs index 6303528..d7574ea 100644 --- a/crates/whirl_server/src/cmd/commands/action.rs +++ b/crates/whirl_server/src/cmd/commands/action.rs @@ -13,8 +13,8 @@ pub fn create() -> Vec<u8> { let mut command = BytesMut::new(); command.put_slice(&[ - 0x01, 0x11, 0x00, 0x05, 0x54, 0x52, 0x41, 0x44, 0x45, 0x07, 0x26, 0x7c, 0x2b, 0x69, 0x6e, 0x76, - 0x3e, + 0x01, 0x11, 0x00, 0x05, 0x54, 0x52, 0x41, 0x44, 0x45, 0x07, 0x26, 0x7c, + 0x2b, 0x69, 0x6e, 0x76, 0x3e, ]); // Convert to vector and insert the length |