mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
Global replace of integral single-precision literals with integer literals. Regular expression used: ```perl /[^\w]([0-9]+)\.[0]*[fF]/$1/ ```