From 0721813067e43744c944d277cd8f5622070bd05a Mon Sep 17 00:00:00 2001 From: Trevor Robinson Date: Wed, 3 Jul 2024 10:46:16 -0600 Subject: [PATCH] ran linter --- app/controllers/organizations/staff/custom_pages_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/organizations/staff/custom_pages_controller.rb b/app/controllers/organizations/staff/custom_pages_controller.rb index 4d131525e..34e9ff159 100644 --- a/app/controllers/organizations/staff/custom_pages_controller.rb +++ b/app/controllers/organizations/staff/custom_pages_controller.rb @@ -25,5 +25,5 @@ def set_custom_page authorize! @custom_page end end - end + end end