Skip to content

Commit

Permalink
💄 rubocop fixes
Browse files Browse the repository at this point in the history
Co-Authored-By: LaRita Robinson <[email protected]>
  • Loading branch information
Shana Moore and laritakr committed Jan 24, 2024
1 parent e8da6ae commit e04d41b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/models/concerns/bulkrax/has_mapping_ext.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def schema_form_definitions

[Bulkrax::HasMatchers, Bulkrax::HasMatchers.singleton_class].each do |mod|
mod.prepend Bulkrax::HasMappingExt
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
# rubocop:disable Style/IfUnlessModifier
if Object.const_defined?(:Hyrax) && ::Hyrax::DashboardController&.respond_to?(:sidebar_partials)
Hyrax::DashboardController.sidebar_partials[:repository_content] << "hyrax/dashboard/sidebar/bulkrax_sidebar_additions"
end
end
2 changes: 1 addition & 1 deletion spec/bulkrax/transactions/container_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

it { is_expected.to be_a Bulkrax::Steps::AddFiles }
end
end
end

0 comments on commit e04d41b

Please sign in to comment.