From 5433f8164303df6a99f7c45af05d5b84470e748f Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 8 Apr 2025 14:33:10 +1200 Subject: [PATCH] new line --- examples/parse_packet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/parse_packet.js b/examples/parse_packet.js index 04750f3..c526735 100644 --- a/examples/parse_packet.js +++ b/examples/parse_packet.js @@ -4,4 +4,4 @@ const bytes = Buffer.from("0200B401DF6528CC9778A56F36FE9399A5CF6B0C7EDE", "hex") const packet = Packet.fromBytes(bytes); console.log(packet); -console.log(packet.parsePayload()); \ No newline at end of file +console.log(packet.parsePayload());