Skip to content

Commit

Permalink
Tweak whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkraljevic committed May 10, 2015
1 parent 1fed286 commit 0150fd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ def emit(self):
else:
start_date = earliest_resolution_date
if g_csv:
print("key,assignee,story_points,before_total_story_points,resolution_date,resolution_date_days,after_total_story_points,after_total_issues")
print("key,assignee,story_points,before_total_story_points,resolution_date,resolution_date_days,"
+ "after_total_story_points,after_total_issues")
if (start_date < earliest_resolution_date):
tmp = start_date
else:
Expand Down

0 comments on commit 0150fd1

Please sign in to comment.