open-rmf / rmf_task

RMF library for managing task allocations
Apache License 2.0
22 stars 22 forks source link

Reformat with uncrustify available in noble #119

Closed Yadunund closed 5 months ago

Yadunund commented 5 months ago

Running ament_uncrustify with --reformat leads to some changes that did not fit with the original style guide. In this PR I tweaked some of the code such that it complies. Mostly breaking line before instantiating a lambda and adding // *INDENT-OFF* blocks for throw statements.