Run `clojure-align` against the following code: ``` clj {:a {:a :a :bbbb :b} :bbbb :b} ``` Then you'll get: ``` clj {:a {:a :a :bbbb :b} :bbbb :b} ``` Is this intended behavior? `align-cljlet` can do this in one step: ``` clj {:a {:a :a :bbbb :b} :bbbb :b} ```