Tyler-Sch commented on code in PR #167: URL: https://github.com/apache/iceberg-rust/pull/167#discussion_r1454480339
########## Makefile: ########## @@ -32,7 +34,11 @@ cargo-sort: cargo install cargo-sort cargo sort -c -w -check: check-fmt check-clippy cargo-sort +fmt-toml: + cargo install taplo-cli --locked + $(foreach x, $(tomlfiles), $(shell taplo fmt $x)) Review Comment: Good to know. Updated -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org