~~ switchStatement.spaceAround: true ~~
== should format with space around the switch param ==
switch (foo) {
}

[expect]
switch ( foo ) {
}
