Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Apr 15, 2024
1 parent 831a988 commit afffc39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/nvmedit/src/nvm3/nvm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,7 @@ export function encodeNVM(

// We need to start a new page, if the remaining space is not enough for
// the object header plus additional data
if (remainingSpace <= NVM3_OBJ_HEADER_SIZE_LARGE) {
nextPage();
}
if (remainingSpace <= NVM3_OBJ_HEADER_SIZE_LARGE) nextPage();

fragments = fragmentLargeObject(
obj as any,
Expand Down

0 comments on commit afffc39

Please sign in to comment.