Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrokohler committed Nov 25, 2024
1 parent 46d9505 commit 47712cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4524,11 +4524,11 @@ class VolumeImageViewer {
context.fillRect(0, height / colors.length * j, width, 1)
}

const upperBound = document.createElement('span');
upperBound.innerHTML = '255';
const upperBound = document.createElement('span')
upperBound.innerHTML = '255'

const lowerBound = document.createElement('span');
lowerBound.innerHTML = '0';
const lowerBound = document.createElement('span')
lowerBound.innerHTML = '0'

overlayElement.appendChild(upperBound)
overlayElement.appendChild(canvas)
Expand Down

0 comments on commit 47712cb

Please sign in to comment.