technomancy / slamhound

Slamhound rips your namespace form apart and reconstructs it.
Other
473 stars 38 forks source link

Don't print a space after a single :exclude #45

Closed guns closed 11 years ago

guns commented 11 years ago

Fixes case where

    (:refer-clojure :exclude [sym])

prints as

    (:refer-clojure :exclude [sym ])

EDIT: Improved patch, amended, and force pushed