mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-08 16:24:29 +01:00
Replace "fps=[15, 30, 60]" with "fps={15, 30, 60}".
The default toString() implementation for a SortedSet uses '[]', but
it is more correct to use '{}' to denote a set.