mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibJS: Fix test files indentation (4 spaces)
This commit is contained in:
committed by
Andreas Kling
parent
0040d6bf2d
commit
92a9fe0e49
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user