Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
whilo committed Mar 15, 2023
1 parent 95737fd commit cc9c008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datahike_redis/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(s/def :datahike.store.redis/backend #{:redis})
(s/def :datahike.store.redis/uri string?)
(s/def ::redis (s/keys :req-un [:datahike.store.redis/backend]
:opt-un [:datahike.store.redis/uri]))
:opt-un [:datahike.store.redis/uri]))

(defmethod config-spec :redis [_] ::redis)

Expand Down

0 comments on commit cc9c008

Please sign in to comment.