From 863864577ab04933d65105b57ee649ef38240fc5 Mon Sep 17 00:00:00 2001 From: Striven <sg.striven@cutecat.club> Date: Fri, 20 Feb 2026 19:50:30 +0000 Subject: [PATCH] Remove newlines messing up formatting --- 04_rendezvous/01_rmc_protocols/cloudserversprotocol.md | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/04_rendezvous/01_rmc_protocols/cloudserversprotocol.md b/04_rendezvous/01_rmc_protocols/cloudserversprotocol.md index 628b0b6..fb892ca 100644 --- a/04_rendezvous/01_rmc_protocols/cloudserversprotocol.md +++ b/04_rendezvous/01_rmc_protocols/cloudserversprotocol.md @@ -29,8 +29,8 @@ > TODO: Example ##### Parsing -| Name | Description | Type | -|----------|-------------|-------------------------------------------------| -| Name | The name of the datacenter. | [`String`](../03_structure.md#structure-string) | -| String 1 | Unknown. | [`String`](../03_structure.md#structure-string) | -| IP | The IP address of the datacenter. | [`String`](../03_structure.md#structure-string) | \ No newline at end of file +| Name | Description | Type | +|----------|-----------------------------------|-------------------------------------------------| +| Name | The name of the datacenter. | [`String`](../03_structure.md#structure-string) | +| String 1 | Unknown. | [`String`](../03_structure.md#structure-string) | +| IP | The IP address of the datacenter. | [`String`](../03_structure.md#structure-string) | \ No newline at end of file -- Gitblit v1.10.0