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 +}