Skip to content

Commit

Permalink
fix(:failed_batch_remove): spacing on gsub!
Browse files Browse the repository at this point in the history
  • Loading branch information
hbontempo-cw committed Nov 12, 2024
1 parent 4555720 commit 5259326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq/belt/pro/failed_batch_remove.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def self.registered(app)

content.gsub!(
"</td>\n </tr>\n <% end %>",
"</td>\n<td>#{REMOVE_BUTTON}</td>\n </tr>\n <% end %>"
"</td>\n<td>#{REMOVE_BUTTON}</td>\n </tr>\n <% end %>"
)
end

Expand Down

0 comments on commit 5259326

Please sign in to comment.