mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 19:05:06 +00:00
LibJS: Fix test files indentation (4 spaces)
This commit is contained in:
parent
0040d6bf2d
commit
92a9fe0e49
8 changed files with 111 additions and 111 deletions
|
@ -1,10 +1,10 @@
|
|||
switch (1 + 2) {
|
||||
case 3:
|
||||
console.log("PASS");
|
||||
break;
|
||||
console.log("PASS");
|
||||
break;
|
||||
case 5:
|
||||
case 1:
|
||||
break;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue