twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.71k stars 306 forks source link

feat: Code style indentation and readability. #177

Closed Harry-KNIGHT closed 7 months ago

Harry-KNIGHT commented 7 months ago

I used switch statements instead of if else if for better readability of the code.

twostraws commented 7 months ago

This is excellent – thank you!