Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeauchamp committed Jan 30, 2023
1 parent a950b0a commit 00aa593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/xo-vmdk-to-vhd/src/vmdk-generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ ddb.geometry.cylinders = "${geometry.cylinders}"
roundToSector(headerData.grainDirectoryEntries * 4) +
SECTOR_SIZE + // MARKER_FOOTER
SECTOR_SIZE + // stream optimizedheader
SECTOR_SIZE
) // MARKER_EOS
SECTOR_SIZE // MARKER_EOS
)
}

function* padding() {
Expand Down

0 comments on commit 00aa593

Please sign in to comment.