summaryrefslogtreecommitdiff
path: root/app/controllers/admin_controller.rb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-05 21:52:56 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-05 21:52:56 +0200
commitd95947f9d738fd74d1fc16c6a1843b7f46bc0484 (patch)
tree2e29cb5e60daa9bb5d7086cdb5f5c553dab3c0a6 /app/controllers/admin_controller.rb
parent9a7ce465b06462443ee82e8418f3c070de080ab2 (diff)
Whitespace fixes
Diffstat (limited to 'app/controllers/admin_controller.rb')
-rw-r--r--app/controllers/admin_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb
index e0098b0..bfc6cd8 100644
--- a/app/controllers/admin_controller.rb
+++ b/app/controllers/admin_controller.rb
@@ -1,7 +1,7 @@
1class AdminController < ApplicationController 1class AdminController < ApplicationController
2 2
3 # Private 3 # Private
4 4
5 before_action :login_required 5 before_action :login_required
6 6
7 def index 7 def index