Skip to content

Commit 2dd0f2c

Browse files
Update example in README to have proper Rusty formatting (#19412)
Fixes #19405
1 parent a266e7e commit 2dd0f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To draw a window with standard functionality enabled, use:
7575
```rust
7676
use bevy::prelude::*;
7777

78-
fn main(){
78+
fn main() {
7979
App::new()
8080
.add_plugins(DefaultPlugins)
8181
.run();

0 commit comments

Comments
 (0)