Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemanrubia committed Dec 27, 2024
1 parent 689cb1e commit 1602672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hotwire/spark/change.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def reload_message

def canonical_changed_path
changed_path.to_s.tap do |changed_path|
monitored_paths.each { |path| changed_path.gsub!(/^#{path}/, "")}
monitored_paths.each { |path| changed_path.gsub!(/^#{path}/, "") }
end
end

Expand Down

0 comments on commit 1602672

Please sign in to comment.