Remove superfluous int cast
I get a warning about the cast, turns out the cast is not needed since round will return int: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#round-float- Bug: None Signed-off-by:Rob Buis <rob.buis@samsung.com> Change-Id: I677f09c0a7a731d6bc788618cefb1e1b5c2da5c6 Reviewed-on: https://chromium-review.googlesource.com/592239Reviewed-by:
Jeffrey Yasskin <jyasskin@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#491114}
Showing
Please register or sign in to comment