Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
piellardj committed Jul 11, 2024
1 parent ae88fe2 commit 48c62ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/procgen/PatchBatchProcessing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ export class PatchBatchProcessing {
finaliseBatch() {
let elapsedTime = Date.now()
// finalize patches skipping already
this.outputPatches.map(
patch => patch.initialPatchRef?.genEntitiesBlocks(patch),
this.outputPatches.map(patch =>
patch.initialPatchRef?.genEntitiesBlocks(patch),
)
elapsedTime = Date.now() - elapsedTime
// console.log(`finalising batch took ${elapsedTime}ms for ${count} items`)
Expand Down

0 comments on commit 48c62ae

Please sign in to comment.