blob: 73568ff3a7b2895932a48fa3d9bb7fe81c5114a6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
from [WILDCARD]file2.ts:
1 | -function foo( ): any {
1 | +function foo(): any {
2 | - console.log( "hello")
2 | + console.log("hello");
3 | - }
3 | +}
error: Found 1 not formatted file in 1 file
|