Fix Sonar issues

This commit is contained in:
Geoffroy BONNEVILLE
2020-05-14 17:06:39 +02:00
parent 7a2ce30512
commit ceaf7dabd3
5 changed files with 7 additions and 22 deletions

View File

@@ -15,7 +15,7 @@ namespace ModernKeePass.Domain.Enums
public const string BackgroundColor = nameof(BackgroundColor);
public const string ForegroundColor = nameof(ForegroundColor);
public static IEnumerable<string> StandardFieldNames = new[]
public static IEnumerable<string> StandardFieldNames => new[]
{
Title,
UserName,