Skip to content

Commit

Permalink
fix formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Feb 27, 2024
1 parent e77bd2c commit ab8a98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/segmentation_display_state/property_map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ function updatePropertyHistogram(
++histogram[
(Math.min(numBins - 1, Math.max(-1, (value - min) * multiplier)) +
1) >>>
0
0
];
}
}
Expand All @@ -1137,7 +1137,7 @@ function updatePropertyHistogram(
++histogram[
(Math.min(numBins - 1, Math.max(-1, (value - min) * multiplier)) +
1) >>>
0
0
];
}
}
Expand Down

0 comments on commit ab8a98a

Please sign in to comment.