From 9ac994cdb7f0242c683cddbd7fb6239403c69cb0 Mon Sep 17 00:00:00 2001 From: SUMUKHA-PK Date: Sun, 17 Mar 2019 18:44:51 +0530 Subject: [PATCH] Suggested changes resolved --- .../matrix-org/dendrite/clientapi/routing/room_tagging.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go b/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go index 0fef4c048..a4dab78b4 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go +++ b/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go @@ -174,4 +174,4 @@ func addDataToDB(req *http.Request, localpart string, roomID string, accountDB * ); err != nil { httputil.LogThenError(req, err) } -} \ No newline at end of file +}