mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
11 lines
206 B
Text
11 lines
206 B
Text
|
|
||
|
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
|