diff --git a/app/controllers/legal_notice_controller.rb b/app/controllers/legal_notice_controller.rb index 0e834885a..9fc728180 100644 --- a/app/controllers/legal_notice_controller.rb +++ b/app/controllers/legal_notice_controller.rb @@ -1,8 +1,8 @@ class LegalNoticeController < ApplicationController invisible_captcha only: [:create], on_spam: :redirect_to_root -def index - -end + def index + + end end