mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Remove redundant C++ lambda parentheses (NFC) (#3433)
This commit is contained in:
@@ -82,7 +82,7 @@ std::unique_ptr<NetworkStream> TCPConnector::connect_parallel(
|
||||
++num_workers;
|
||||
|
||||
// start the worker
|
||||
std::thread([=]() {
|
||||
std::thread([=] {
|
||||
if (!result->done) {
|
||||
// add to global state
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user