diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2009-06-23 12:09:56 -0400 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2009-06-23 12:09:56 -0400 |
commit | 3cadf1436bcd69d4a001a650187e0e47806f5556 (patch) | |
tree | 60368e4b0afc9bacd9d7a29e85320c6f0905f9bc /src/clojure/contrib/test_contrib/walk.clj | |
parent | 324167ff7bc016f6da542cabf7dc43655b9b4638 (diff) |
walk.clj: removed redundant call to outer fn
Also updated test_contrib/walk.clj for new behavior.
Diffstat (limited to 'src/clojure/contrib/test_contrib/walk.clj')
-rw-r--r-- | src/clojure/contrib/test_contrib/walk.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_contrib/walk.clj b/src/clojure/contrib/test_contrib/walk.clj index a59b2279..2fb36d4e 100644 --- a/src/clojure/contrib/test_contrib/walk.clj +++ b/src/clojure/contrib/test_contrib/walk.clj @@ -29,6 +29,6 @@ [1 2 {:a 3} (list 4 [5])]) @a) [1 2 - {} :a 3 [:a 3] {:a 3} + :a 3 [:a 3] {:a 3} 4 5 [5] (list 4 [5]) [1 2 {:a 3} (list 4 [5])]])))
\ No newline at end of file |