Skip to content

Commit

Permalink
doc: format
Browse files Browse the repository at this point in the history
  • Loading branch information
yuma140902 committed May 12, 2024
1 parent 4fb42a0 commit 8a15fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A toy ECS library; works on Windows, macOS, Linux and WebAssembly.
```rust
use xanadu::ecs::{SingleComponentIter, SingleComponentIterMut, World};

#[derive(Debug )]
#[derive(Debug)]
pub struct Position {
pub x: f64,
pub y: f64,
Expand Down

0 comments on commit 8a15fcd

Please sign in to comment.