Skip to content

Commit a194847

Browse files
committed
huh, how did those spaces get there?
1 parent 1086e5f commit a194847

18 files changed

Lines changed: 18 additions & 18 deletions

examples/collision.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! To run this code, clone the rusty_engine repository and run the command:
2-
//!
2+
//!
33
//! cargo run --release --example collision
44
55
use rusty_engine::prelude::*;

examples/game_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! To run this code, clone the rusty_engine repository and run the command:
2-
//!
2+
//!
33
//! cargo run --release --example game_state
44
55
use std::f32::consts::TAU;

examples/keyboard_events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! To run this code, clone the rusty_engine repository and run the command:
2-
//!
2+
//!
33
//! cargo run --release --example keyboard_events
44
55
use rusty_engine::prelude::*;

examples/keyboard_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! To run this code, clone the rusty_engine repository and run the command:
2-
//!
2+
//!
33
//! cargo run --release --example keyboard_state
44
55
use std::f32::consts::PI;

examples/layer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! To run this code, clone the rusty_engine repository and run the command:
2-
//!
2+
//!
33
//! cargo run --release --example layer
44
55
use rusty_engine::prelude::*;

examples/level_creator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! To run this code, clone the rusty_engine repository and run the command:
2-
//!
2+
//!
33
//! cargo run --release --example level_creator
44
55
use rusty_engine::prelude::*;

examples/mouse_events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! To run this code, clone the rusty_engine repository and run the command:
2-
//!
2+
//!
33
//! cargo run --release --example mouse_events
44
55
use rusty_engine::prelude::*;

examples/mouse_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! To run this code, clone the rusty_engine repository and run the command:
2-
//!
2+
//!
33
//! cargo run --release --example mouse_state
44
55
use rusty_engine::prelude::*;

examples/music.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! To run this code, clone the rusty_engine repository and run the command:
2-
//!
2+
//!
33
//! cargo run --release --example music
44
55
//! This is an example of playing a music preset. For playing your own music file, please see the

examples/music_sampler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! To run this code, clone the rusty_engine repository and run the command:
2-
//!
2+
//!
33
//! cargo run --release --example music_sampler
44
55
use rusty_engine::prelude::*;

0 commit comments

Comments
 (0)