Fix clang format error

Diffs=
82d664d4b Fix clang format error (#6137)

Co-authored-by: Philip Chung <philterdesign@gmail.com>
diff --git a/.rive_head b/.rive_head
index cfd6bcc..959c398 100644
--- a/.rive_head
+++ b/.rive_head
@@ -1 +1 @@
-8f6b07395cd5a595cd8cb96b6692bc46bb5b8f28
+82d664d4b98fafae7d064cc8945db101580b7d41
diff --git a/test/nested_artboard.cpp b/test/nested_artboard.cpp
index 2ce4939..bac597a 100644
--- a/test/nested_artboard.cpp
+++ b/test/nested_artboard.cpp
@@ -31,7 +31,8 @@
     auto movingShapes = redNestedArtboardArtboard->find<rive::Shape>();
     auto redRect = movingShapes.at(0);
     REQUIRE(redRect->x() > 50);
-    auto greenNestedArtboard = stateMachine->artboard()->find<rive::NestedArtboard>("green-artboard");
+    auto greenNestedArtboard =
+        stateMachine->artboard()->find<rive::NestedArtboard>("green-artboard");
     auto greenNestedArtboardArtboard = greenNestedArtboard->artboard();
     auto greenMovingShapes = greenNestedArtboardArtboard->find<rive::Shape>();
     auto greenRect = greenMovingShapes.at(0);