Skip to content

Commit 567592e

Browse files
committed
fix indentation
1 parent c61db16 commit 567592e

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/clojurians_log/db/queries.clj

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,13 @@
110110
ids))
111111

112112
(defn user-profile
113-
"returing all the data about the user acording to the user id slack number"
114-
[db id]
115-
(first
116-
(d/q '[:find
117-
(pull ?user [*])
118-
:in $ ?id
119-
:where
120-
[?user :user/slack-id ?id]]
121-
db
122-
id)))
113+
"returing all the data about the user acording to the user id slack number"
114+
[db id]
115+
(first (d/q '[:find (pull ?user [*])
116+
:in $ ?id
117+
:where [?user :user/slack-id ?id]]
118+
db
119+
id)))
123120

124121
(defn thread-messages
125122
"Retrieve all child messages for the given parent threads"

0 commit comments

Comments
 (0)