From bf5d4e2a89798a1918b66861940018fa8955c8be Mon Sep 17 00:00:00 2001 From: Michele Riva Date: Fri, 10 Nov 2023 16:47:02 +0100 Subject: [PATCH] style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63f410d..ef48b2a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ const f = des.deserializeFloat32() const s = des.deserializeString() const a = des.deserializeArray((des) => des.deserializeUInt32()) -console.log({b, i, f, s, a}) +console.log({ b, i, f, s, a }) ``` ### Object