From 002c0395a25400cde8f3e5ef9e5c84f2e6d7a3a0 Mon Sep 17 00:00:00 2001 From: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:18:13 +0200 Subject: [PATCH] clean up whitespace Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com> --- content/ecosystem/servers/servers.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/ecosystem/servers/servers.toml b/content/ecosystem/servers/servers.toml index a86b5ba7e..204e18942 100644 --- a/content/ecosystem/servers/servers.toml +++ b/content/ecosystem/servers/servers.toml @@ -1,6 +1,6 @@ [[servers]] name = "Synapse" -description = "Synapse is a Matrix homeserver written in Python/Twisted. " +description = "Synapse is a Matrix homeserver written in Python/Twisted." author = "Element" maturity = "Stable" language = "Python" @@ -20,7 +20,7 @@ room = "#tuwunel:matrix.org" [[servers]] name = "Synapse Pro" -description = "Synapse for Enterprise. Backs the Foundation's matrix.org homeserver " +description = "Synapse for Enterprise. Backs the Foundation's matrix.org homeserver." author = "Element" maturity = "Stable" language = "Python and Rust" @@ -28,7 +28,6 @@ licence = "Element Commercial License" repository = "https://element.io/server-suite/synapse-pro" room = "#synapse:matrix.org" - [[servers]] name = "Dendrite" description = "Dendrite is a second-generation Matrix homeserver written in Go!"