Skip to content

Commit 7704573

Browse files
committed
Fix formatting
1 parent 44855bf commit 7704573

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_ecs/src/entity

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/entity/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ impl Entity {
285285
/// Reconstruct an `Entity` previously destructured with [`Entity::to_bits`].
286286
///
287287
/// Only useful when applied to results from `to_bits` in the same instance of an application.
288-
///
288+
///
289289
/// This method is the fallible counterpart to [`Entity::from_bits`].
290290
#[inline(always)]
291291
pub const fn try_from_bits(bits: u64) -> Result<Self, IdentifierError> {

0 commit comments

Comments
 (0)