mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:28:12 +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
|
@ -17,7 +17,7 @@ try {
|
||||||
assert(obj.a === 33);
|
assert(obj.a === 33);
|
||||||
assert(obj.b === 44);
|
assert(obj.b === 44);
|
||||||
|
|
||||||
let returnUndefined = () => {};
|
let returnUndefined = () => { };
|
||||||
assert(typeof returnUndefined() === "undefined");
|
assert(typeof returnUndefined() === "undefined");
|
||||||
|
|
||||||
const makeArray = (a, b) => [a, b];
|
const makeArray = (a, b) => [a, b];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue