Skip to content

Commit ec71c61

Browse files
committed
style(peer): format reachability publisher
Generated-by: Codex (gpt-5.6-sol)
1 parent c197fc5 commit ec71c61

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/runtime-host/src/peer-reachability/publisher.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,7 @@ async function readState(
239239
}
240240
}
241241

242-
async function writeState(
243-
path: string,
244-
current: SignedPeerReachabilityLeaseV1,
245-
): Promise<void> {
242+
async function writeState(path: string, current: SignedPeerReachabilityLeaseV1): Promise<void> {
246243
const document = `${JSON.stringify({ version: 1, current }, null, 2)}\n`;
247244
if (Buffer.byteLength(document) > MAX_STATE_BYTES) {
248245
throw new Error('Peer reachability state is too large');

0 commit comments

Comments
 (0)