Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shnewto committed Mar 5, 2024
1 parent 022e575 commit e4f2b13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/shnewto/edges"
license = "MIT OR Apache-2.0"

[features]
default=[""]
default=[]
bevy=["dep:bevy"]

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions src/edges.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ impl fmt::Debug for Edges {
#[cfg(feature = "bevy")]
#[cfg(test)]
mod tests {
use std::path::Path;
use bevy::render::texture::{Image, ImageType};
use crate::Edges;
use bevy::render::texture::{Image, ImageType};
use std::path::Path;

#[test]
fn same_image_same_edges() {
Expand Down

0 comments on commit e4f2b13

Please sign in to comment.