Make rubocop happy
This commit is contained in:
parent
fe95db625d
commit
3bbdb8b230
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ module Omnibus
|
||||||
end
|
end
|
||||||
|
|
||||||
def duration
|
def duration
|
||||||
(Time.now.to_i - @start)/60
|
(Time.now.to_i - @start) / 60
|
||||||
end
|
end
|
||||||
|
|
||||||
def status
|
def status
|
||||||
|
|
Loading…
Reference in a new issue