Skip to content

Commit f5a6eb1

Browse files
author
Armando Aguirre
committed
Really fixed indentation.
1 parent d5aa839 commit f5a6eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Nodejs/Product/TestAdapter/TestFrameworks/ExportRunner/exportrunner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ var run_tests = function (testCases, callback) {
8484
var testCase = require(test.testFile);
8585
result.title = test.testName;
8686
testCase[test.testName]();
87-
result.passed = true;
88-
result.stdOut += "Test passed.\n";
87+
result.passed = true;
88+
result.stdOut += "Test passed.\n";
8989
} catch (err) {
9090
result.passed = false;
9191
console.error(err.name);

0 commit comments

Comments
 (0)