Skip to content

Commit 28b5e35

Browse files
🤖 dprint fmt
1 parent 1800cf6 commit 28b5e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/dbus/dbus-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dbus.getInterface<Adapter>("org.bluez", "/org/bluez/hci0", "org.bluez.Adapter1",
2020
if (!err) {
2121
iface.StartDiscovery(() => {});
2222
}
23-
})
23+
});
2424

2525
iface.getProperty("Powered", (err: Error | null, value: boolean): void => {});
2626
iface.getProperty("System", (err: Error | null, value: number): void => {});

0 commit comments

Comments
 (0)