[ci] format

This commit is contained in:
matthewp 2022-04-15 21:02:19 +00:00 committed by github-actions[bot]
parent e5383cd357
commit 089ce68f08
3 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@ Deno.test({
assertEquals(resp.status, 200);
const ct = resp.headers.get('content-type');
assertEquals(ct, 'text/css');
await resp.body.cancel()
await resp.body.cancel();
});
},
});
}
})