Fix formatting

This commit is contained in:
2020-10-17 21:39:52 -04:00
parent bb61cda17e
commit b1beedcab4

View File

@@ -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){