diff --git a/crates/bevy_pbr/src/extended_material.rs b/crates/bevy_pbr/src/extended_material.rs index 60ac6c2fa8165..aa77b51c625ab 100644 --- a/crates/bevy_pbr/src/extended_material.rs +++ b/crates/bevy_pbr/src/extended_material.rs @@ -128,11 +128,10 @@ pub struct ExtendedMaterial { pub extension: E, } - impl Default for ExtendedMaterial - where - B: Material + Default, - E: MaterialExtension + Default, +where + B: Material + Default, + E: MaterialExtension + Default, { fn default() -> Self { Self {