Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Mar 16, 2024
1 parent 716602a commit 2f547dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ast_block.ml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module InlineContent = struct
end

module List_types = struct

(** @canonical Omd.list_type *)
type list_type =
| Ordered of int * char
Expand All @@ -24,7 +23,6 @@ module List_types = struct
end

module Table_alignments = struct

(** @canonical Omd.cell_alignment *)
type cell_alignment =
| Default
Expand Down

0 comments on commit 2f547dd

Please sign in to comment.