Skip to content

Commit 687660b

Browse files
committed
fix: add a newline for better code readability in MainScene
1 parent 5034336 commit 687660b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

squash-the-creeps/rust/src/main_scene.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ impl INode for MainScene {
3535
.hit()
3636
.connect_other(&self.to_gd(), Self::on_player_hit);
3737
}
38-
38+
3939
fn unhandled_input(&mut self, event: Gd<InputEvent>) {
4040
if event.is_action_pressed("ui_accept")
4141
&& self

0 commit comments

Comments
 (0)