diff --git a/src/Core/KeyManagement/UserKey/Implementations/RotateUserAccountkeysCommand.cs b/src/Core/KeyManagement/UserKey/Implementations/RotateUserAccountkeysCommand.cs
index 7c7209c6ab..bc1c04931f 100644
--- a/src/Core/KeyManagement/UserKey/Implementations/RotateUserAccountkeysCommand.cs
+++ b/src/Core/KeyManagement/UserKey/Implementations/RotateUserAccountkeysCommand.cs
@@ -12,6 +12,7 @@ using Microsoft.AspNetCore.Identity;
namespace Bit.Core.KeyManagement.UserKey.Implementations;
+///
public class RotateUserAccountKeysCommand : IRotateUserAccountKeysCommand
{
private readonly IUserService _userService;
@@ -67,7 +68,6 @@ public class RotateUserAccountKeysCommand : IRotateUserAccountKeysCommand
_userSignatureKeyPairRepository = userSignatureKeyPairRepository;
}
-
///
public async Task RotateUserAccountKeysAsync(User user, RotateUserAccountKeysData model)
{