Skip to content

Commit

Permalink
Redundant 'Attribute' suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
1dNDN committed Nov 11, 2023
1 parent d9616e5 commit d98026d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VkNet/Enums/DeleteFriendStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace VkNet.Enums;
/// <summary>
/// Возвращаемый статус после удаления пользователя из списка друзей
/// </summary>
[VkNetIgnoreDefaultValueAttribute]
[VkNetIgnoreDefaultValue]
public enum DeleteFriendStatus
{
/// <summary>
Expand Down

0 comments on commit d98026d

Please sign in to comment.