Skip to content

Commit

Permalink
Style nit
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Aug 10, 2021
1 parent fdb7a4b commit 5ccc02e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('CollectorMetricExporter - web', () => {
setTimeout(async () => {
const args = stubBeacon.args[0];
const url = args[0];
const blob:Blob = args[1];
const blob: Blob = args[1];
const body = await blob.text();
const json = JSON.parse(
body
Expand Down

0 comments on commit 5ccc02e

Please sign in to comment.