Skip to content

Commit

Permalink
whitespace not picked up by rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaiZephyr committed Jan 16, 2025
1 parent 8de2c57 commit df8daf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/graphics/src/handles/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ pub mod backend {
pub fn consumble_multi_samples(&self) {
self.add_cmd(AllCommands::Misc(CommandsMisc::ConsumeMultiSamplingTargets));
}

/// Updates the clear color of the backend
pub fn update_clear_color(&self, clear_color: ColorRgba) {
self.add_cmd(AllCommands::Render(CommandsRender::Clear(CommandClear {
Expand Down

0 comments on commit df8daf9

Please sign in to comment.