diff options
Diffstat (limited to 'cli/tests/subdir/print_hello.ts')
-rw-r--r-- | cli/tests/subdir/print_hello.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/subdir/print_hello.ts b/cli/tests/subdir/print_hello.ts index 7ecce5040..b9c0ad527 100644 --- a/cli/tests/subdir/print_hello.ts +++ b/cli/tests/subdir/print_hello.ts @@ -1,3 +1,3 @@ -export function printHello(): void { +export function printHello() { console.log("Hello"); } |