diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-10-22 12:00:26 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-10-22 12:00:26 -0400 |
commit | 7f094aa20418b3c46a0c2c1d0730b0a14c058a6f (patch) | |
tree | 2bd5f4ce638181ab2aacbf423707db5210eba09f | |
parent | c729b5ae1c78e7b67c47a30cd586f42d84f0c156 (diff) |
Eliminate meaningless blank line
-rw-r--r-- | indra/llcommon/coro_scheduler.cpp | 1 |
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; - }); } } |