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

Commit

Permalink
fix spacing thanks @miketheman
Browse files Browse the repository at this point in the history
  • Loading branch information
celenechang committed Feb 24, 2014
1 parent 3401459 commit c8bc9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dogapi/fab.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def _title(t, args, kwargs, error):
return "{0}".format(_task_details(t)), return "{0}".format(_task_details(t)),


def _aggregation_key(t, args, kwargs, error): def _aggregation_key(t, args, kwargs, error):
return _task_details(t) return _task_details(t)


def _tags(t, args, kwargs, error): def _tags(t, args, kwargs, error):
return [] return []
Expand Down

0 comments on commit c8bc9f1

Please sign in to comment.