Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
abogoyavlensky committed Jun 3, 2024
1 parent b200794 commit f80fa8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/automigrate/help.clj
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@
(if (some? cmd)
(-> public-methods (fn-docstring cmd) (print-out-str))
(-> public-methods (general-help) (print-out-str)))))

1 change: 0 additions & 1 deletion src/automigrate/util/validation.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
(not (contains? all-defined-types (-> field-def :type last))))))
(mapv #(keyword (name model-name) (-> % key name)))))
models))

0 comments on commit f80fa8c

Please sign in to comment.