Skip to content

Commit

Permalink
Add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Sep 22, 2024
1 parent 7ee2e77 commit c77b7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/markers/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ export const readInt32BE = (array, offset) => {

export const readInt32LE = (array, offset) => {
return readUInt32LE(array, offset) | 0;
};
};

0 comments on commit c77b7bd

Please sign in to comment.