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