Skip to content
Snippets Groups Projects
Verified Commit c59870c3 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Fix a rubocop complaint

parent a3140aab
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ module Actions
return unless output[:results]
changes = output[:results]
.select { |r| (r[:imported] || r[:exported] ) && r[:changed] }
.select { |r| (r[:imported] || r[:exported]) && r[:changed] }
exceptions = output[:results]
.reject { |r| r[:exception].nil? }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment