mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 22:29:10 +00:00
LibJS: Fix test files indentation (4 spaces)
This commit is contained in:
parent
0040d6bf2d
commit
92a9fe0e49
Notes:
sideshowbarker
2024-07-19 07:37:56 +09:00
Author: https://github.com/linusg
Commit: 92a9fe0e49
Pull-request: https://github.com/SerenityOS/serenity/pull/1782
8 changed files with 111 additions and 111 deletions
|
@ -17,7 +17,7 @@ try {
|
|||
assert(obj.a === 33);
|
||||
assert(obj.b === 44);
|
||||
|
||||
let returnUndefined = () => {};
|
||||
let returnUndefined = () => { };
|
||||
assert(typeof returnUndefined() === "undefined");
|
||||
|
||||
const makeArray = (a, b) => [a, b];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue