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
|
||||
|
||||
def duration
|
||||
(Time.now.to_i - @start)/60
|
||||
(Time.now.to_i - @start) / 60
|
||||
end
|
||||
|
||||
def status
|
||||
|
|
Loading…
Reference in a new issue