prettier/tests/switch/empty_switch.js

3 lines
39 B
JavaScript

switch (1) { default:; }
switch (1) {}