Make format

pull/1659/head
Jason Rhinelander 3 years ago committed by Jeff Becker
parent 7f41c6092c
commit 0fa39c89dc
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -235,10 +235,10 @@ namespace llarp
{
auto& loop = router->loop();
loop->call([this,
active=std::move(activeNodeList),
inactive=std::move(nonActiveNodeList),
keymap=std::move(keymap),
router=std::move(router)]() mutable {
active = std::move(activeNodeList),
inactive = std::move(nonActiveNodeList),
keymap = std::move(keymap),
router = std::move(router)]() mutable {
m_KeyMap = std::move(keymap);
router->SetRouterWhitelist(active, inactive);
});

Loading…
Cancel
Save