style: refactoring based on Rider suggestions

This commit is contained in:
Stevan Freeborn
2024-12-03 12:19:34 -06:00
parent e2ea828222
commit 597e08024f
4 changed files with 62 additions and 89 deletions
+2
View File
@@ -1,3 +1,5 @@
namespace HistorianHysteria;
class PuzzleSolver
{
public int CalculateTotalDistance(List<int> left, List<int> right)