aces-core
aces-core copied to clipboard
unnecessary min() call
The line here
https://github.com/ampas/aces-core/blob/89a10fdcad5894553ec1c4cebd5b6cbca8c0b593/lib/Lib.Academy.OutputTransform.ctl#L873
does not need the min() call as the max() is more limiting.
Kevin