From 854c98d45b7bc74edec66bd3659a36b668e0eeff Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Mon, 13 Feb 2017 18:24:37 +0000 Subject: [PATCH] Fix whitespace --- src/github.com/matrix-org/dendrite/roomserver/storage/sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/sql.go b/src/github.com/matrix-org/dendrite/roomserver/storage/sql.go index 55c34fd02..b8e547041 100644 --- a/src/github.com/matrix-org/dendrite/roomserver/storage/sql.go +++ b/src/github.com/matrix-org/dendrite/roomserver/storage/sql.go @@ -346,7 +346,7 @@ CREATE TABLE IF NOT EXISTS events ( -- Local numeric ID for the state_key of the event -- This is 0 if the event is not a state event. event_state_key_nid BIGINT NOT NULL, - -- Local numeric ID for the state at the event. + -- Local numeric ID for the state at the event. -- This is 0 if we don't know the state at the event. -- If the state is not 0 this this event is part of the contiguous -- part of the event graph