Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Sep 5, 2023
1 parent 793eeeb commit 1176372
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/shader/texture_binding_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ use bevy::{
prelude::*,
reflect::{TypePath, TypeUuid},
render::{
render_asset::RenderAssets,
render_resource::*,
renderer::RenderDevice,
texture::FallbackImage,
RenderApp,
render_asset::RenderAssets, render_resource::*, renderer::RenderDevice,
texture::FallbackImage, RenderApp,
},
};
use std::{num::NonZeroU32, process::exit};
Expand Down

0 comments on commit 1176372

Please sign in to comment.