mirror of
https://github.com/denoland/deno.git
synced 2024-12-02 17:01:14 -05:00
Fixing th format issues
This commit is contained in:
parent
4db134d19e
commit
ca469ae97b
3 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,3 @@
|
|||
import * as a from "./a.cts";
|
||||
|
||||
console.log(a.add(1,2));
|
||||
console.log(a.add(1, 2));
|
||||
|
|
Loading…
Reference in a new issue