Skip to content

Commit

Permalink
fix: Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrimpCryptid committed Dec 13, 2024
1 parent 2d94745 commit 491274c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loaders/JsonImageInfoLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ class JsonImageInfoLoader extends ThreadableVolumeLoader {
}

// extract the data
let rawRange: [number, number][] = [];
const rawRange: [number, number][] = [];
for (let j = 0; j < Math.min(image.channels.length, 4); ++j) {
let rawMin = Infinity;
let rawMax = -Infinity;
Expand Down

0 comments on commit 491274c

Please sign in to comment.