mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
style(tests): format all files
This commit is contained in:
@@ -24,7 +24,7 @@ export var test_DummyTestForSnippetOnly2 = function () {
|
||||
|
||||
export var test_DummyTestForSnippetOnly3 = function () {
|
||||
// >> console-dir
|
||||
var obj = {name: "John", age: 34};
|
||||
var obj = { name: "John", age: 34 };
|
||||
console.dir(obj);
|
||||
// << console-dir
|
||||
};
|
||||
@@ -33,4 +33,4 @@ export var test_DummyTestForSnippetOnly5 = function () {
|
||||
// >> console-trace
|
||||
console.trace();
|
||||
// << console-trace
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user