Remove extra space

This commit is contained in:
Alex Gleason 2025-03-02 18:03:21 -06:00
parent 484625842b
commit 59ad40fb3f
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -12,7 +12,7 @@ test:
- deno fmt --check
- deno task lint
- deno task check
- deno task test --ignore= packages/transcode --coverage=cov_profile
- deno task test --ignore=packages/transcode --coverage=cov_profile
- deno coverage cov_profile
coverage: /All files[^\|]*\|[^\|]*\s+([\d\.]+)/
services: