Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Antal Spector-Zabusky <[email protected]>
  • Loading branch information
antalsz authored and ceastlund committed Aug 10, 2023
1 parent fd175eb commit e748f50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .ocamlformat-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ astlib/ast_413.ml
astlib/ast_414.ml
astlib/ast_501.ml

# Files that use cinaps to generate bode blocks from other code blocks work well,
# Files that use cinaps to generate code blocks from other code blocks work well,
# but files that inject freely formatted code via cinaps must be excluded
ast/versions.ml
ast/versions.mli
ast/import.ml
astlib/migrate_414_500.ml
astlib/migrate_500_414.ml

# Currently our expect-test lexer is too strict for our expect tests to
# work well with ocamlformat
Expand Down
1 change: 0 additions & 1 deletion ast/cinaps/ast_cinaps_helpers.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ let nl = Astlib_cinaps_helpers.nl
let qualified_types = Astlib_cinaps_helpers.qualified_types
let foreach_module = Astlib_cinaps_helpers.foreach_module
let foreach_type = Astlib_cinaps_helpers.foreach_type

let all_types = List.concat (List.map ~f:snd qualified_types)

let foreach_version f =
Expand Down

0 comments on commit e748f50

Please sign in to comment.