Skip to content

Commit bc202b1

Browse files
author
Capacitor+ Bot
committed
style: auto-format code after upstream sync
1 parent b2f2df0 commit bc202b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/native-bridge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ const initBridge = (w: any): void => {
605605

606606
// XHR patch
607607
interface PatchedXMLHttpRequestConstructor extends XMLHttpRequest {
608-
new(): XMLHttpRequest;
608+
new (): XMLHttpRequest;
609609
}
610610

611611
window.XMLHttpRequest = function () {

0 commit comments

Comments
 (0)