From f25c3ef62f9f7c90a5b2a3bf140d43191414bbb2 Mon Sep 17 00:00:00 2001 From: ode79 Date: Sun, 19 Jul 2015 23:41:27 +0100 Subject: [PATCH] Alignment on line in 09_runtime_polymorphism.clj 1 missing space. Most inconsequential pull request ever :) --- src/koans/09_runtime_polymorphism.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/koans/09_runtime_polymorphism.clj b/src/koans/09_runtime_polymorphism.clj index 8a231a9..3e3e76b 100644 --- a/src/koans/09_runtime_polymorphism.clj +++ b/src/koans/09_runtime_polymorphism.clj @@ -31,7 +31,7 @@ "Animals have different names" (= "Thumper eats veggies." - (diet {:species "rabbit" :name "Thumper" :age 1 :eater :herbivore})) + (diet {:species "rabbit" :name "Thumper" :age 1 :eater :herbivore})) "Different methods are used depending on the dispatch function result" (= "Simba eats animals."