Skip to content

Commit

Permalink
pprint properly prints hash-maps
Browse files Browse the repository at this point in the history
  • Loading branch information
jig authored and kanaka committed Aug 9, 2024
1 parent ba01590 commit 47395d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impls/lib/pprint.mal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
(pp- k kindent)
" "
(pp- (get obj k) vindent)))
(rest (keys obj))))))
(rest ks)))))

pp- (fn* [obj indent]
(cond
Expand Down

0 comments on commit 47395d7

Please sign in to comment.