From 5756d8ba397f1c7bd31e9b10f53c7a193bfc54eb Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Mon, 20 Apr 2026 10:44:01 -0400 Subject: [PATCH] Close parenthases --- matrix/client.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/client.lua b/matrix/client.lua index 988c7e4..9842b2d 100644 --- a/matrix/client.lua +++ b/matrix/client.lua @@ -458,7 +458,7 @@ function Client:_sync(options) end end else - self._log("sync: Error syncing rooms (nil value)" + self._log("sync: Error syncing rooms (nil value)") end end end