Skip to content

Commit ad1ce7e

Browse files
[autofix.ci] apply automated fixes
1 parent 46d8730 commit ad1ce7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/core/software_renderer/draw_functions.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ pub(super) fn draw_rounded_rectangle_line(
321321
extra_left_clip: i16,
322322
extra_right_clip: i16,
323323
) {
324-
325324
let width = line_buffer.len();
326325
let y1 = (line - span.origin.y_length()) + rr.top_clip;
327326
let y2 = (span.origin.y_length() + span.size.height_length() - line) + rr.bottom_clip

0 commit comments

Comments
 (0)