We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d164c commit 3f695c7Copy full SHA for 3f695c7
1 file changed
DataStructures/Common/PrimesList.cs
@@ -49,8 +49,8 @@ public static PrimesList Instance
49
{
50
if (_instance == null)
51
52
- _instance = new PrimesList();
53
_initializeData();
+ _instance = new PrimesList();
54
}
55
56
0 commit comments