mirror of
https://github.com/minio/minio.git
synced 2025-07-16 04:11:51 -04:00
The Max, Min functions were giving float value even when they were integers. Resolved max and Min to return integers in that scenario. Fixes #6472