Skip to content

Commit

Permalink
Fix indents
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Jul 9, 2013
1 parent cfaca67 commit e53858a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojureql/internal.clj
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
(subs s (inc (.indexOf s ".")))))]
(if (map? renames)
(format "%s AS %s(%s)" oname alias
(reduce #(let [[orig new] %2]
(reduce #(let [[orig new] %2]
(.replaceAll %1 (unqualify orig) (unqualify new)))
(join-str "," (->> (map nskeyword tcols)
(filter #(.contains % alias))
Expand Down

0 comments on commit e53858a

Please sign in to comment.