Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
tmattio committed Oct 11, 2022
1 parent 5f74d74 commit a75787e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions bin/dune
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
(executable
(name main)
(public_name omigrate)
(libraries omigrate
omigrate.postgres
omigrate.sqlite3
cmdliner
fmt
fmt.tty
logs.fmt
logs.cli
lwt
lwt.unix))
(libraries omigrate omigrate.postgres omigrate.sqlite3 cmdliner fmt fmt.tty
logs.fmt logs.cli lwt lwt.unix))

(include_subdirs unqualified)

0 comments on commit a75787e

Please sign in to comment.