From 8ebed8d63d7646dede9fd0e813e26e26b1f6e026 Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Tue, 12 Nov 2024 11:54:49 -0300 Subject: [PATCH] Remove trailing space My editor keep removing this for me (not quite sure why), so just let it. --- textile/chat-features.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textile/chat-features.textile b/textile/chat-features.textile index 50204f57..da911087 100644 --- a/textile/chat-features.textile +++ b/textile/chat-features.textile @@ -495,7 +495,7 @@ The RoomOptions struct describes configuration options for a Chat room. A proper "timeoutMs": number }, "reactions": {}, // No properties, but must be non-null to enable feature. - "occupancy": {} + "occupancy": {} }