fix return code style
This commit is contained in:
parent
70a2e47727
commit
d08349f800
@ -21,11 +21,11 @@ module Pmng::Functions
|
||||
end
|
||||
|
||||
def size
|
||||
return @size
|
||||
@size
|
||||
end
|
||||
|
||||
def outdated
|
||||
return @outdated
|
||||
@outdated
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user