You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(defn foo
[{:keys [aa
;; bb
]:as context} ; whitespace problem here
But obviously a space is wanted before the :as.
This is an important problem because it's common that a map key (eg, bb) is no longer used but should still be listed since a future developer want to see that bb is/was indeed a usable piece of the inputs.
The text was updated successfully, but these errors were encountered:
This is what cljfmt wants:
But obviously a space is wanted before the
:as
.This is an important problem because it's common that a map key (eg,
bb
) is no longer used but should still be listed since a future developer want to see thatbb
is/was indeed a usable piece of the inputs.The text was updated successfully, but these errors were encountered: