From bbaef1583d7d03adb34c14020b5ff87f54124574 Mon Sep 17 00:00:00 2001 From: friendseeker <66892505+Friendseeker@users.noreply.github.com> Date: Sun, 22 Sep 2024 11:02:51 -0700 Subject: [PATCH] Add newline --- src/markers/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/markers/utils.js b/src/markers/utils.js index bf72063..4d01a35 100644 --- a/src/markers/utils.js +++ b/src/markers/utils.js @@ -60,4 +60,4 @@ export const readInt32BE = (array, offset) => { export const readInt32LE = (array, offset) => { return readUInt32LE(array, offset) | 0; -}; \ No newline at end of file +};