my fail for wrong expected indent

This commit is contained in:
kamontat 2017-07-15 23:55:51 +07:00
parent 8d846c6aa7
commit 153cfca04d
1 changed files with 5 additions and 5 deletions

View File

@ -29,11 +29,11 @@ module XYZ {
if (y === 4) {
console.log("hey");
}
console.log("x");
x = y.hey
.b
.c
.d;
console.log("x");
x = y.hey
.b
.c
.d;
export class X {
private x: number;