Skip to content

Commit 84244b2

Browse files
Update Src/DSInternals.Common/Data/Hello/KeyCredential.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9e5fc3a commit 84244b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/DSInternals.Common/Data/Hello/KeyCredential.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class KeyCredential
3434
/// <summary>
3535
/// Cached hash of the entries.
3636
/// </summary>
37-
private byte[]? _cachedHash;
37+
private readonly byte[]? _cachedHash;
3838

3939
/// <summary>
4040
/// Defines the version of the structure.

0 commit comments

Comments
 (0)