Skip to content

Commit caf97de

Browse files
author
lalalune
committed
fix(V-verify-final): biome format fix on electrobun gateway.ts to keep verify green
1 parent eba3623 commit caf97de

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • packages/app-core/platforms/electrobun/src/native

packages/app-core/platforms/electrobun/src/native/gateway.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ export class GatewayDiscovery extends EventEmitter {
128128

129129
private handleServiceFound(service: BonjourService): void {
130130
const txt = service.txt ?? {};
131-
const stableId =
132-
txt.id;
131+
const stableId = txt.id;
133132
const tlsEnabled =
134133
txt.protocol === "wss" || txt.tlsEnabled === "true" || txt.tls === "true";
135134
const gatewayPort = this.parseNumber(txt.gatewayPort) ?? service.port;

0 commit comments

Comments
 (0)