Skip to content

Commit

Permalink
cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
soqb committed Jan 22, 2023
1 parent 4de7087 commit 8e3488c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_reflect/src/reflect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ pub mod reflectable {
///
/// This trait can only be implemented automatically.
/// Implemented if and only if a type implements [`Typed`].
///
///
/// [`Reflect`]: crate::Reflect
pub trait Reflectable: sealed::Sealed {
/// See [`Typed::type_info`].
Expand Down

0 comments on commit 8e3488c

Please sign in to comment.