my fail for wrong expected indent
This commit is contained in:
parent
8d846c6aa7
commit
153cfca04d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue