Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
piellardj authored and Sceat committed Jul 11, 2024
1 parent a4c44d3 commit 5c74676
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 5c74676

Please sign in to comment.