Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kokoISnoTarget authored Apr 12, 2024
1 parent 408330f commit 4dc41f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,7 @@ impl Renderer {
.clone();
rect.pos.1 -= self.scroll_y;
let color = glyphon::Color::rgb(255, 0, 255).0;
let _ =
self.stroke_rectangle(rect, native_color(color, &self.surface_format), 1.0);
let _ = self.stroke_rectangle(rect, native_color(color, &self.surface_format), 1.0);
}
}

Expand Down

0 comments on commit 4dc41f7

Please sign in to comment.