Skip to content

Commit

Permalink
fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Apr 17, 2024
1 parent c573139 commit 57f7f68
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions crates/bevy_pbr/src/extended_material.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,10 @@ pub struct ExtendedMaterial<B: Material, E: MaterialExtension> {
pub extension: E,
}


impl<B, E> Default for ExtendedMaterial<B, E>
where
B: Material + Default,
E: MaterialExtension + Default,
where
B: Material + Default,
E: MaterialExtension + Default,
{
fn default() -> Self {
Self {
Expand Down

0 comments on commit 57f7f68

Please sign in to comment.