Update example in README to have proper Rusty formatting (#19412)

Fixes #19405
This commit is contained in:
Chris Berger 2025-05-28 12:47:45 -06:00 committed by GitHub
parent a266e7e642
commit 2dd0f2c280
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ To draw a window with standard functionality enabled, use:
```rust
use bevy::prelude::*;
fn main(){
fn main() {
App::new()
.add_plugins(DefaultPlugins)
.run();