From 9adb2eb009c3e31105140e6ea875a74a1bf6787c Mon Sep 17 00:00:00 2001 From: Jennifer Smith Date: Tue, 27 Mar 2018 10:49:26 -0400 Subject: [PATCH] Fix spacing in file sets controller for rubocop --- app/controllers/hyrax/file_sets_controller.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/controllers/hyrax/file_sets_controller.rb b/app/controllers/hyrax/file_sets_controller.rb index 52ccd383d0..085f502e8d 100644 --- a/app/controllers/hyrax/file_sets_controller.rb +++ b/app/controllers/hyrax/file_sets_controller.rb @@ -173,10 +173,10 @@ def _prefixes def decide_layout layout = case action_name - when 'show' - '1_column' - else - 'dashboard' + when 'show' + '1_column' + else + 'dashboard' end File.join(theme, layout) end