diff options
| author | Andreas Grois <andi@grois.info> | 2024-12-01 19:58:11 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2024-12-01 19:58:11 +0100 |
| commit | 4784df61d4858f9f470327e46822aabf2f7eff52 (patch) | |
| tree | d043f34de8e0dacebf6ca3b66ec8b66fbee5f8f6 | |
| parent | 11639a915b229952c267deb03a367ef70bb4a27e (diff) | |
Minor, indentation
| -rw-r--r-- | Day15.lean | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ private def focussingPower (hashMap : HolidayAsciiStringHelperManualArrangementP (λ(totalPower, lensIndex) lens ↦ (totalPower + boxIndex * lensIndex * lens.snd.val, lensIndex + 1)) (totalPower, 1) (totalPower, boxIndex + 1) - ) + ) (0,1) private instance : HolidayAsciiStringHelperAble Substring where |
