summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-10-22 12:00:26 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-10-22 12:00:26 -0400
commit7f094aa20418b3c46a0c2c1d0730b0a14c058a6f (patch)
tree2bd5f4ce638181ab2aacbf423707db5210eba09f
parentc729b5ae1c78e7b67c47a30cd586f42d84f0c156 (diff)
Eliminate meaningless blank line
-rw-r--r--indra/llcommon/coro_scheduler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/coro_scheduler.cpp b/indra/llcommon/coro_scheduler.cpp
index 93efac7c7e..7b900a13f6 100644
--- a/indra/llcommon/coro_scheduler.cpp
+++ b/indra/llcommon/coro_scheduler.cpp
@@ -102,7 +102,6 @@ boost::fibers::context* scheduler::pick_next() noexcept
LL_WARNS_ONCE("LLCoros.scheduler")
<< "Coroutine " << name << " ran for "
<< elapsed << " seconds" << LL_ENDL;
-
});
}
}