Skip to content

Commit

Permalink
format after codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 19, 2024
1 parent c10195f commit ceb6db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ examples-pypi = ["examples-common", "python-pypi"]
codegen = "cargo --quiet run --package re_types_builder -- "

# Run the codegen for remote store types.
codegen-rstore = "cargo --quiet run --package re_remote_store_types_builder -- "
codegen-rstore = "cargo --quiet run --package re_remote_store_types_builder && pixi run -e cpp format"

# Generate the Rerun CLI manual.

Expand Down

0 comments on commit ceb6db9

Please sign in to comment.