Skip to content

Commit e8a7607

Browse files
committed
style: format source
1 parent 8b7193a commit e8a7607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/at/laborg/briss/gui/DrawableCropRect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private void drawSelectionOverlay(Graphics2D g2, FontMetrics fontMetrics) {
147147
ratio = 1 / ratio;
148148
}
149149
// Locale.ROOT forces a dot as separator
150-
size += String.format(Locale.ROOT, " 1:%.2f", ratio);
150+
size += String.format(Locale.ROOT, " 1:%.2f", ratio);
151151
}
152152
g2.setFont(scaleFont(size, fontMetrics));
153153
g2.setColor(Color.YELLOW);

0 commit comments

Comments
 (0)