mirror of
https://bitbucket.org/Mattrixwv/projecteulercs.git
synced 2025-12-06 17:23:57 -05:00
Fix formatting
This commit is contained in:
@@ -32,7 +32,7 @@ namespace ProjectEulerCS.Problems{
|
||||
private const int LIMIT = 10000; //The number that is > the largest number to be checked
|
||||
//Instance variables
|
||||
private readonly List<int> divisorSum; //Holds the sum of the divisors of the subscript number
|
||||
private readonly List<int> amicable; //Holds all amicable numbers
|
||||
private readonly List<int> amicable; //Holds all amicable numbers
|
||||
public List<int> Amicable{
|
||||
get{
|
||||
if(!solved){
|
||||
|
||||
Reference in New Issue
Block a user