From 896d997707d4e4b8c3fcec617506ed6b0f0e1fe4 Mon Sep 17 00:00:00 2001 From: "Adam N. Morris" Date: Fri, 6 Oct 2023 09:09:41 -0500 Subject: [PATCH] Fixed formatting --- src/core/src/GeospatialUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/src/GeospatialUtil.cpp b/src/core/src/GeospatialUtil.cpp index 3b99d164c..a52cfef4d 100644 --- a/src/core/src/GeospatialUtil.cpp +++ b/src/core/src/GeospatialUtil.cpp @@ -155,7 +155,7 @@ void updateAnchorByFixedTransform( if (!maybeGlobeAnchor.has_value()) { CESIUM_LOG_ERROR( "Anchor does not exist in registry but exists in stage. Path: {}", anchorApi.GetPath().GetString()); - + return; }