Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Evans committed Jun 28, 2024
1 parent 916fca5 commit dacb98f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bootstrap/bin/hocc/spec.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1881,13 +1881,13 @@ let to_description conf io description t =
|> (fun formatter ->
Attribs.fold ~init:formatter
~f:(fun formatter Attrib.{conflict_state_index; contrib; _} ->
formatter
|> Fmt.fmt " " |> html "<li>"
|> pp_state_index conflict_state_index
|> Fmt.fmt " : "
|> pp_contrib contrib
|> html "</li>" |> Fmt.fmt "\n"
) attribs
formatter
|> Fmt.fmt " " |> html "<li>"
|> pp_state_index conflict_state_index
|> Fmt.fmt " : "
|> pp_contrib contrib
|> html "</li>" |> Fmt.fmt "\n"
) attribs
)
|> html " </ul>\n"
) kernel_attribs
Expand Down

0 comments on commit dacb98f

Please sign in to comment.