Skip to content

Commit 3520fc1

Browse files
committed
Code cleaning
1 parent bcd9e55 commit 3520fc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/connection-prompt/usb/FindUsbDialog.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Microbits.linkMicrobit()
1111
.then(() => onFoundUsb())
1212
.catch((e: Error) => {
13-
console.log(e)
13+
console.log(e);
1414
onUsbLinkError();
1515
});
1616
}

src/script/compatibility/CompatibilityChecker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export type CompatibilityStatus = {
1212
bluetooth: boolean;
1313
usb: boolean;
1414
platformAllowed: boolean;
15-
webGL: boolean,
15+
webGL: boolean;
1616
};
1717

1818
export function checkCompatibility(): CompatibilityStatus {

0 commit comments

Comments
 (0)