Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Maurer <[email protected]>
  • Loading branch information
lukemaurer committed Jan 31, 2025
1 parent 2d98e61 commit d630a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/mocaml.ml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let setup_reader_config config =

let init_params params =
List.iter params ~f:(fun s ->
Env.register_parameter (s |> Global_module.Name.create_no_args))
Env.register_parameter (s |> Global_module.Name.create_no_args))

let setup_typer_config config =
setup_reader_config config;
Expand Down

0 comments on commit d630a72

Please sign in to comment.