Skip to content

Commit

Permalink
add newline
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Ward <43621845+NathanSWard@users.noreply.github.com>
  • Loading branch information
mockersf and NathanSWard committed May 17, 2021
1 parent 7d6c57f commit e7ef4ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_render/src/texture/image_texture_conversion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ impl From<image::DynamicImage> for Texture {
)
}
}

#[derive(Clone, Copy, Debug, Eq, Error, PartialEq)]
pub enum TextureConversionError {
#[error("Unsupported texture format")]
Expand Down

0 comments on commit e7ef4ce

Please sign in to comment.