Refactor whitespace and comments for consistency in BreakEscape controllers and models

- Cleaned up unnecessary whitespace in `games_controller.rb`, `missions_controller.rb`, `game.rb`, `mission.rb`, `routes.rb`, `seeds.rb`, and migration files to enhance code readability.
- Standardized comment formatting across various files to maintain consistency and improve clarity.
This commit is contained in:
Z. Cliffe Schreuders
2025-11-30 00:06:54 +00:00
parent 5d9f83192d
commit 19db2f530d
7 changed files with 29 additions and 30 deletions

View File

@@ -16,4 +16,3 @@ class RemoveUniqueGameConstraint < ActiveRecord::Migration[7.0]
name: 'index_games_on_player_and_mission_non_unique'
end
end