Skip to content

Commit c0049d6

Browse files
Prettier
1 parent dacaf32 commit c0049d6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/usb.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -527,11 +527,7 @@ class MicrobitWebUSBConnectionImpl
527527
return [];
528528
}
529529
const filteredDevices = devices.filter((device) =>
530-
applyDeviceFilters(
531-
device,
532-
defaultFilters,
533-
this.exclusionFilters ?? [],
534-
),
530+
applyDeviceFilters(device, defaultFilters, this.exclusionFilters ?? []),
535531
);
536532
return filteredDevices;
537533
} catch (error: any) {

0 commit comments

Comments
 (0)