Skip to content

Commit

Permalink
style: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgloning committed Aug 6, 2023
1 parent b6d3fdd commit 4b59387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/datachannel/serialization.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @type {typeof import("../../lib/exports.js").Peer}
*/
const Peer = window.peerjs.Peer
const Peer = window.peerjs.Peer;

const params = new URLSearchParams(document.location.search);
const testfile = params.get("testfile");
Expand Down

0 comments on commit 4b59387

Please sign in to comment.