Skip to content

Commit

Permalink
adjust namespace as per @borkdude's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
martinklepsch committed Nov 24, 2023
1 parent 58103c1 commit f757a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/clj-kondo.exports/funcool/promesa/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
promesa.core/->> clojure.core/->>
promesa.core/as-> clojure.core/as->
promesa.core/let clojure.core/let
promesa.core/plet hooks.promesa/plet
promesa.core/plet funcool.promesa/plet
promesa.core/loop clojure.core/loop
promesa.core/recur clojure.core/recur
promesa.core/with-redefs clojure.core/with-redefs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns hooks.promesa
(ns funcool.promesa
(:require [clj-kondo.hooks-api :as api]))

(defn plet
Expand Down

0 comments on commit f757a0d

Please sign in to comment.