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 16, 2021
1 parent 35a50f7 commit 851c5a7
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 @@ -122,6 +122,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 851c5a7

Please sign in to comment.