Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
YohDeadfall committed Apr 27, 2021
1 parent 49d8f11 commit 19a68a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_reflect/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ mod tests {
Deserializer,
};

use crate::serde::{ReflectDeserializer, ReflectSerializer};
use crate as bevy_reflect;
use super::*;
use crate as bevy_reflect;
use crate::serde::{ReflectDeserializer, ReflectSerializer};

#[test]
fn reflect_struct() {
Expand Down

0 comments on commit 19a68a9

Please sign in to comment.