From 39f2fcccf30b383aa1ae8e305525b5ba8e6919b7 Mon Sep 17 00:00:00 2001 From: jlangch Date: Tue, 3 Sep 2024 15:01:30 +0200 Subject: [PATCH] code formatting --- .../com/github/jlangch/venice/impl/util/excel/ExcelSheet.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/github/jlangch/venice/impl/util/excel/ExcelSheet.java b/src/main/java/com/github/jlangch/venice/impl/util/excel/ExcelSheet.java index 8ae31f727..41c884f5f 100644 --- a/src/main/java/com/github/jlangch/venice/impl/util/excel/ExcelSheet.java +++ b/src/main/java/com/github/jlangch/venice/impl/util/excel/ExcelSheet.java @@ -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) };