From 0747e3a5f57a0d5dfabcd2a4300c08b92e1ee1e9 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 27 Jul 2021 11:57:43 +0100 Subject: [PATCH] Linting --- userapi/internal/api.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/userapi/internal/api.go b/userapi/internal/api.go index 3010a514f..9ff69298a 100644 --- a/userapi/internal/api.go +++ b/userapi/internal/api.go @@ -475,7 +475,6 @@ func (a *UserInternalAPI) PerformKeyBackup(ctx context.Context, req *api.Perform res.Error = fmt.Sprintf("failed to update backup: %s", err) } res.Version = req.Version - return } func (a *UserInternalAPI) QueryKeyBackup(ctx context.Context, req *api.QueryKeyBackupRequest, res *api.QueryKeyBackupResponse) { @@ -496,6 +495,4 @@ func (a *UserInternalAPI) QueryKeyBackup(ctx context.Context, req *api.QueryKeyB // TODO: res.Count = 0 res.ETag = "" - - return }