Core/Refactor: Part 2
This commit is contained in:
@@ -19,7 +19,7 @@ using System.Diagnostics.Contracts;
|
||||
|
||||
public class RandomHelper
|
||||
{
|
||||
private readonly static Random rand;
|
||||
private static readonly Random rand;
|
||||
|
||||
static RandomHelper()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user