From 87856d512b8196bfb903216b46552c3a19f81f61 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 22 May 2021 15:35:26 +0200 Subject: [PATCH] events: Add missing newline --- crates/ruma-events/src/space.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ruma-events/src/space.rs b/crates/ruma-events/src/space.rs index 1f083ca7..c8b62d3b 100644 --- a/crates/ruma-events/src/space.rs +++ b/crates/ruma-events/src/space.rs @@ -1,6 +1,7 @@ //! Types for the *m.space* events. //! //! See [MSC2758] and [MSC1772]. +//! //! [MSC2758]: https://github.com/matrix-org/matrix-doc/blob/master/proposals/2758-textual-id-grammar.md //! [MSC1772]: https://github.com/matrix-org/matrix-doc/blob/master/proposals/1772-groups-as-rooms.md