Remove trailing whitespace and tabs

This commit is contained in:
Matt Rogers 2014-08-14 21:05:05 -05:00
parent 863d780ad0
commit aa41e20e46
84 changed files with 407 additions and 407 deletions

View file

@ -18,7 +18,7 @@ module RecurringTodos
end
def only_work_days?(daily_selector)
{ 'daily_every_x_day' => false,
{ 'daily_every_x_day' => false,
'daily_every_work_day' => true}[daily_selector]
end
@ -32,4 +32,4 @@ module RecurringTodos
end
end
end