style: remove unnecessary whitespace in packet.ts and basic.test.ts
All checks were successful
CI / build (push) Successful in 17s
CI / publish (push) Successful in 14s

This commit is contained in:
2025-09-06 19:07:27 +01:00
parent 61b7c50868
commit 22999c34f9
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ test("Parse a basic message (0x0001).", () => {
// Given
const encoder = new TextEncoder();
const originalMessage = encoder.encode("Test message");
// First encrypt the message to get valid encrypted data
const encryptedData = packers[MessageTypes.Basic](originalMessage, KEY);
// Extract just the data portion (skip the 4-byte header)