diff options
Diffstat (limited to 'cli/tests/cafile_ts_fetch.ts')
| -rw-r--r-- | cli/tests/cafile_ts_fetch.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/cafile_ts_fetch.ts b/cli/tests/cafile_ts_fetch.ts index be158bf70..14f39ef97 100644 --- a/cli/tests/cafile_ts_fetch.ts +++ b/cli/tests/cafile_ts_fetch.ts @@ -1,3 +1,3 @@ fetch("https://localhost:5545/cli/tests/cafile_ts_fetch.ts.out") - .then(r => r.text()) - .then(t => console.log(t.trimEnd())); + .then((r) => r.text()) + .then((t) => console.log(t.trimEnd())); |
