Skip to content

Commit b264bf9

Browse files
committed
Format fixes (try to make the CI happy)
1 parent 5612ef7 commit b264bf9

File tree

11 files changed

+340
-249
lines changed

11 files changed

+340
-249
lines changed

pkg/distillery/dune

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
(data_only_dirs templates)
2+
23
(install
3-
(section lib)
4-
(files
5-
(glob_files templates/app.exe/**)
6-
(glob_files templates/app.lib/**)
7-
(glob_files templates/basic.ppx/**)))
4+
(section lib)
5+
(files
6+
(glob_files templates/app.exe/**)
7+
(glob_files templates/app.lib/**)
8+
(glob_files templates/basic.ppx/**)))

0 commit comments

Comments
 (0)