Skip to content

Commit

Permalink
Format fixes (try to make the CI happy)
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Sep 20, 2024
1 parent 28c1a55 commit fd87d78
Show file tree
Hide file tree
Showing 11 changed files with 340 additions and 249 deletions.
11 changes: 6 additions & 5 deletions pkg/distillery/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
(data_only_dirs templates)

(install
(section lib)
(files
(glob_files templates/app.exe/**)
(glob_files templates/app.lib/**)
(glob_files templates/basic.ppx/**)))
(section lib)
(files
(glob_files templates/app.exe/**)
(glob_files templates/app.lib/**)
(glob_files templates/basic.ppx/**)))
Loading

0 comments on commit fd87d78

Please sign in to comment.