Skip to content

Commit 33c644d

Browse files
committed
cargo fmt --all
1 parent c73eea5 commit 33c644d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_reflect/src/reflect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ pub mod reflectable {
332332
///
333333
/// This trait can only be implemented automatically.
334334
/// Implemented if and only if a type implements [`Typed`].
335-
///
335+
///
336336
/// [`Reflect`]: crate::Reflect
337337
pub trait Reflectable: sealed::Sealed {
338338
/// See [`Typed::type_info`].

0 commit comments

Comments
 (0)