fix return code style

This commit is contained in:
2022-07-31 02:25:56 +03:00
parent 70a2e47727
commit d08349f800
+2 -2
View File
@@ -21,11 +21,11 @@ module Pmng::Functions
end end
def size def size
return @size @size
end end
def outdated def outdated
return @outdated @outdated
end end
end end
end end