Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Nov 14, 2018
1 parent d24a044 commit 4ece3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmis_clj/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
(defn extract-content
([user password]
(extract-content user password default-query default-url default-repo-id))
([user password query url repo-id]
([user password query url repo-id]
(let [factory (SessionFactoryFinder/find)
params (HashMap. {SessionParameter/USER user
SessionParameter/PASSWORD password
Expand Down

0 comments on commit 4ece3de

Please sign in to comment.