Skip to content

Commit 0bbe000

Browse files
committed
run stylua
1 parent 88dcd7b commit 0bbe000

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lua/claudecode/server/tcp.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,10 @@ function M.start_ping_timer(server, interval)
268268
-- This gives clients a fresh keepalive window since the time jump isn't their fault
269269
require("claudecode.logger").debug(
270270
"server",
271-
string.format("Detected potential wake from sleep (%.1fs elapsed), resetting client keepalive timers", elapsed / 1000)
271+
string.format(
272+
"Detected potential wake from sleep (%.1fs elapsed), resetting client keepalive timers",
273+
elapsed / 1000
274+
)
272275
)
273276
for _, client in pairs(server.clients) do
274277
if client.state == "connected" then

0 commit comments

Comments
 (0)