From b5829cbc5a0b656af83e453dce99de3fdb081fda Mon Sep 17 00:00:00 2001 From: Julie Salha Date: Wed, 15 Mar 2023 13:57:08 +0100 Subject: [PATCH] fix PR indentation(3) --- app/controllers/legal_notice_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/legal_notice_controller.rb b/app/controllers/legal_notice_controller.rb index 848181ea1..ec908dc5d 100644 --- a/app/controllers/legal_notice_controller.rb +++ b/app/controllers/legal_notice_controller.rb @@ -1,5 +1,4 @@ class LegalNoticeController < ApplicationController def index - end end