Update formatting to clang-format 16 (#5370)

This commit is contained in:
Tyler Veness
2023-05-31 22:10:53 -07:00
committed by GitHub
parent a94a998002
commit 5fac18ff4a
48 changed files with 654 additions and 434 deletions

View File

@@ -29,7 +29,8 @@ class SolenoidSim {
* Save a reference to this object; it being deconstructed cancels the
* callback.
*/
[[nodiscard]] virtual std::unique_ptr<CallbackStore> RegisterOutputCallback(
[[nodiscard]]
virtual std::unique_ptr<CallbackStore> RegisterOutputCallback(
NotifyCallback callback, bool initialNotify);
std::shared_ptr<PneumaticsBaseSim> GetModuleSim() const;