Skip to content

Commit

Permalink
Tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuihtlauac ALVARADO committed Jan 28, 2025
1 parent f5ca493 commit d89dc64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/ocamlorg_data/data.mli
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,4 @@ module Conference : sig
val get_by_slug : string -> t option
end

module V2 : sig
include module type of V2
end
module V2 : module type of V2
6 changes: 3 additions & 3 deletions src/ocamlorg_data/dune
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,10 @@
(with-stdout-to
%{target}
(progn
(echo "let assets = [")
(echo "let assets = [\n")
(pipe-stdout
(run find . -type f)
(run cut -b 2-)
(run sed "s/^/\"/")
(run sed "s/^/ \"/")
(run sed "s/$/\";/"))
(echo "]"))))))
(echo "]\n"))))))

0 comments on commit d89dc64

Please sign in to comment.