Skip to content

Commit

Permalink
fix: lint bis
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-85 authored and Sceat committed Jul 12, 2024
1 parent 850f585 commit 09e067c
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 09e067c

Please sign in to comment.