Fix spacing

This commit is contained in:
Martin Whitehouse 2022-07-25 03:48:06 +02:00
parent 57cd2f1471
commit b326103d82
No known key found for this signature in database
GPG Key ID: 3FCE1D3E9DEC09C1

View File

@ -563,8 +563,8 @@ def get_due_date_from_request_or_ticket(
def get_and_set_ticket_status(
new_status: str,
ticket: Ticket,
follow_up: FollowUp
ticket: Ticket,
follow_up: FollowUp
) -> typing.Tuple[str, str]:
"""Performs comparision on previous status to new status,
updating the title as required.