Skip to content

Commit f8e1815

Browse files
committed
Remove unneeded default value.
1 parent a198d83 commit f8e1815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nodes/NodeUuid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static bool IsReserved(NodeUuid uuid)
2525
}
2626

2727
private byte[] uuidBytes;
28-
private readonly int uuidHash = 0;
28+
private readonly int uuidHash;
2929

3030
/// <summary>Get the 16 UUID bytes.</summary>
3131
public byte[] UuidBytes => uuidBytes;

0 commit comments

Comments
 (0)