Skip to content

Commit 296576d

Browse files
committed
removed trailing whitespace
1 parent b921ec2 commit 296576d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dojo/jira_link/helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,12 +1236,12 @@ def issue_from_jira_is_active(issue_from_jira):
12361236
logger.debug("Jira issue status category is 'undefined', no decision possible")
12371237
case _:
12381238
logger.warning("Unknown Jira status category key '%s', falling back to resolution check", key)
1239-
1239+
12401240
# the statusCategory is not specified or "undefined", fallback: checking if a resolution is set and evaluate it
12411241
if not hasattr(issue_from_jira.fields, "resolution") or not issue_from_jira.fields.resolution:
12421242
logger.debug("No resolution found, treating as active")
12431243
return True
1244-
1244+
12451245
# some kind of resolution is present that is not None
12461246
return False
12471247

0 commit comments

Comments
 (0)