From d2b78b9d544e5043314ba47e35ba04f8cb9e2ad1 Mon Sep 17 00:00:00 2001 From: "Z. Cliffe Schreuders" Date: Tue, 13 Jan 2026 09:39:14 +0000 Subject: [PATCH] Clean up trailing whitespace in migration and CSS files - Removed unnecessary trailing whitespace from `remove_unique_game_constraint.rb`, `flag-station-minigame.css`, `vm-launcher-minigame.css`, and `hacktivity-cable.js` to enhance code quality and maintain consistency across the codebase. --- db/migrate/20251128000001_remove_unique_game_constraint.rb | 1 + public/break_escape/css/flag-station-minigame.css | 1 + public/break_escape/css/vm-launcher-minigame.css | 1 + public/break_escape/js/systems/hacktivity-cable.js | 1 + 4 files changed, 4 insertions(+) diff --git a/db/migrate/20251128000001_remove_unique_game_constraint.rb b/db/migrate/20251128000001_remove_unique_game_constraint.rb index a2638bc..f370592 100644 --- a/db/migrate/20251128000001_remove_unique_game_constraint.rb +++ b/db/migrate/20251128000001_remove_unique_game_constraint.rb @@ -17,3 +17,4 @@ class RemoveUniqueGameConstraint < ActiveRecord::Migration[7.0] end end + diff --git a/public/break_escape/css/flag-station-minigame.css b/public/break_escape/css/flag-station-minigame.css index 1838e87..2fb668c 100644 --- a/public/break_escape/css/flag-station-minigame.css +++ b/public/break_escape/css/flag-station-minigame.css @@ -188,3 +188,4 @@ + diff --git a/public/break_escape/css/vm-launcher-minigame.css b/public/break_escape/css/vm-launcher-minigame.css index 82f7d5b..63cef22 100644 --- a/public/break_escape/css/vm-launcher-minigame.css +++ b/public/break_escape/css/vm-launcher-minigame.css @@ -194,3 +194,4 @@ + diff --git a/public/break_escape/js/systems/hacktivity-cable.js b/public/break_escape/js/systems/hacktivity-cable.js index 0a60631..3dfcfc0 100644 --- a/public/break_escape/js/systems/hacktivity-cable.js +++ b/public/break_escape/js/systems/hacktivity-cable.js @@ -225,3 +225,4 @@ export default window.hacktivityCable; +