Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: removed extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
jawad-khan committed Aug 2, 2023
1 parent e7402f6 commit ea6e12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce/extensions/api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def format_seat(seat):
formatted_seats = [format_seat(seat) for seat in seats if seat.stockrecords.all()]

messages = {
'subject': 'Course Change Alert for {}'.format(course.name),
'subject': 'Course Change Alert for {}'.format(course.name),
'body': "\n".join(formatted_seats)
}

Expand Down

0 comments on commit ea6e12b

Please sign in to comment.