Merge pull request #93 from ode79/patch-1
Alignment on line in 09_runtime_polymorphism.clj
This commit is contained in:
		@@ -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."
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user