Skip to content

Commit

Permalink
fixing whitespace issue in leads_helper.rb end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyKuehn committed Dec 8, 2024
1 parent 8010040 commit 2857cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/leads_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ def lead_summary(lead)
summary << "#{t(:mobile_small)}: #{lead.mobile}" if lead.mobile.present?
summary.join(', ')
end
end
end

0 comments on commit 2857cc9

Please sign in to comment.