From 2f547ddfbc897506ecd54fd8a8080cf5f03b1ea5 Mon Sep 17 00:00:00 2001 From: Shon Feder Date: Sat, 16 Mar 2024 12:39:05 -0400 Subject: [PATCH] Fix formatting --- src/ast_block.ml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ast_block.ml b/src/ast_block.ml index 5d4ec38a..29485fa7 100644 --- a/src/ast_block.ml +++ b/src/ast_block.ml @@ -11,7 +11,6 @@ module InlineContent = struct end module List_types = struct - (** @canonical Omd.list_type *) type list_type = | Ordered of int * char @@ -24,7 +23,6 @@ module List_types = struct end module Table_alignments = struct - (** @canonical Omd.cell_alignment *) type cell_alignment = | Default