Skip to content
Snippets Groups Projects
Commit f74f3bcc authored by Cam Saül's avatar Cam Saül
Browse files

Fix indentation :scream_cat:

parent 243512a7
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@
(e.g., `h2` would want to upcase these names; `mongo` would want to use `\"_id\"` in place of `\"id\"`.")
(id-field-type [this]
"*OPTIONAL* Return the `base_type` of the `id` `Field` (e.g. `:IntegerField` or `:BigIntegerField`). Defaults to `:IntegerField`."))
"*OPTIONAL* Return the `base_type` of the `id` `Field` (e.g. `:IntegerField` or `:BigIntegerField`). Defaults to `:IntegerField`."))
(def IDatasetLoaderDefaultsMixin
{:expected-base-type->actual (fn [_ base-type] base-type)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment