From 2a18023a1a16a3533302c0af1da7a1a3e243465a Mon Sep 17 00:00:00 2001 From: Till Faelligen Date: Mon, 28 Mar 2022 12:13:47 +0200 Subject: [PATCH] Linter again.. --- clientapi/clientapi.go | 1 - userapi/internal/api.go | 2 +- userapi/storage/shared/storage.go | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/clientapi/clientapi.go b/clientapi/clientapi.go index 5bcab8a00..31a53a706 100644 --- a/clientapi/clientapi.go +++ b/clientapi/clientapi.go @@ -63,4 +63,3 @@ func AddPublicRoutes( extRoomsProvider, mscCfg, ) } - diff --git a/userapi/internal/api.go b/userapi/internal/api.go index f05954834..2763df136 100644 --- a/userapi/internal/api.go +++ b/userapi/internal/api.go @@ -886,4 +886,4 @@ func (a *UserInternalAPI) UpdateServerNoticeRoomID( res *api.UpdateServerNoticeRoomResponse, ) (err error) { return a.DB.UpdateServerNoticeRoomID(ctx, req.Localpart, req.RoomID) -} \ No newline at end of file +} diff --git a/userapi/storage/shared/storage.go b/userapi/storage/shared/storage.go index e69aaf55e..eadf6f816 100644 --- a/userapi/storage/shared/storage.go +++ b/userapi/storage/shared/storage.go @@ -809,4 +809,4 @@ func (d *Database) UpdateServerNoticeRoomID(ctx context.Context, localpart, room return d.Accounts.UpdateServerNoticeRoomID(ctx, txn, localpart, roomID) }) return -} \ No newline at end of file +}