mirror of
https://github.com/powerline/powerline.git
synced 2025-07-26 23:35:04 +02:00
Fix indentation error reported by syntastic
This commit is contained in:
parent
a50b488042
commit
abaac3f0a0
@ -703,7 +703,7 @@ def uptime(pl, days_format='{days:d}d', hours_format=' {hours:d}h', minutes_form
|
||||
hours_format.format(hours=hours) if hours and hours_format else None,
|
||||
minutes_format.format(minutes=minutes) if minutes and minutes_format else None,
|
||||
seconds_format.format(seconds=seconds) if seconds and seconds_format else None,
|
||||
]))[0:shorten_len]
|
||||
]))[0:shorten_len]
|
||||
return ''.join(time_formatted).strip()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user