Skip to content

Commit 911ae9f

Browse files
eclipse-platform-botHeikoKlare
authored andcommitted
Perform clean code of bundles/org.eclipse.ui.workbench
1 parent 34bb179 commit 911ae9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ public Image getImage(Object element) {
444444
ImageGcDrawer imageGcDrawer = (gc, imageWidth, imageHeight) -> {
445445
gc.setForeground(tree.getViewer().getControl().getBackground());
446446
gc.drawRectangle(0, 0, imageWidth - 1, imageHeight - 1);
447-
447+
448448
gc.setForeground(gcForegroundColor);
449449
gc.setBackground(gcBackgroundcolor);
450450
gc.fillRectangle(2, 2, 11, 11);

0 commit comments

Comments
 (0)