diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2023-04-16 14:38:23 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2023-04-16 14:38:23 +0200 |
commit | e4f50f8df6e4bc72664b0e5fc2f054694c038973 (patch) | |
tree | c206ee230c29241958f63a12b857b2764bdf9a59 /lib | |
parent | 84747bdb2ca8dd209208b6ee897c1ee718e196ae (diff) |
Applied ocamlformat on the code
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/application/dune | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/application/dune b/lib/application/dune index 63f2baa..f403b24 100755 --- a/lib/application/dune +++ b/lib/application/dune @@ -2,6 +2,7 @@ (name application) (libraries brr + note brr.note ) ) |