From c2f421cc0339d40b8c00a315f02147bb121da8f0 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 10 Dec 2024 11:10:30 -0500 Subject: [PATCH] format --- 2024/src/day09.clj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/2024/src/day09.clj b/2024/src/day09.clj index e8975b8..4d9a226 100644 --- a/2024/src/day09.clj +++ b/2024/src/day09.clj @@ -1,7 +1,6 @@ (ns day09 - (:require - [core :as c] - [input-manager :refer [get-input]])) + (:require [core :as c] + [input-manager :refer [get-input]])) (def input (->> (first (get-input 9)) (map str)