Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Jan 23, 2024
1 parent fdcb88e commit 3cd0b8c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 3 additions & 1 deletion doc/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
(mld_files index))

(env
(_ (odoc (warnings fatal))))
(_
(odoc
(warnings fatal))))
2 changes: 0 additions & 2 deletions src/link_env.ml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ module Build = struct
end

module type T = sig

type extern_func

type t
Expand Down Expand Up @@ -139,7 +138,6 @@ module type T = sig
end

module type P = sig

val const_i32 : Int32.t -> V.int32

val const_i64 : Int64.t -> V.int64
Expand Down
2 changes: 0 additions & 2 deletions src/link_env.mli
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ type extern_funcs = Concrete_value.Func.extern_func Func_id.collection
val freeze : t' -> Build.t -> 'ext Func_id.collection -> 'ext t

module type T = sig

type extern_func

type t
Expand Down Expand Up @@ -92,7 +91,6 @@ module type T = sig
end

module type P = sig

val const_i32 : Int32.t -> V.int32

val const_i64 : Int64.t -> V.int64
Expand Down
10 changes: 5 additions & 5 deletions test/script/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(cram
(deps
%{bin:owi}
(source_tree reference)
(source_tree passing)
(source_tree gc)))
(deps
%{bin:owi}
(source_tree reference)
(source_tree passing)
(source_tree gc)))

0 comments on commit 3cd0b8c

Please sign in to comment.