Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Sep 3, 2024
1 parent a092f2d commit 39f2fcc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ public void conditionalBackgroundColor(
fill.setFillBackgroundColor(new XSSFColor(rgb, null));
fill.setFillPattern(PatternFormatting.SOLID_FOREGROUND);


// Define the range of cells to apply the rule
final CellRangeAddress[] regions = { CellRangeAddress.valueOf(condRegion) };

Expand Down

0 comments on commit 39f2fcc

Please sign in to comment.