Skip to content

Commit 5ea25ba

Browse files
committed
remove whitespace
1 parent ebd7d2d commit 5ea25ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/harness/compilerRunner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class CompilerBaselineRunner extends RunnerBase {
4343
private makeUnitName(name: string, root: string) {
4444
return ts.isRootedDiskPath(name) ? name : (root + name);
4545
};
46-
46+
4747
public checkTestCodeOutput(fileName: string) {
4848
describe("compiler tests for " + fileName, () => {
4949
// Mocha holds onto the closure environment of the describe callback even after the test is done.

0 commit comments

Comments
 (0)