Skip to content

Commit 7956426

Browse files
committed
Address comments
1 parent df758f7 commit 7956426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handle_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ HandleManager::~HandleManager() {
4040

4141
void HandleManager::SynchronizeHandles(const Napi::Object& node) {
4242
Napi::HandleScope scope(node.Env());
43-
4443
Napi::Value timers = node.Get("_timers");
4544
Napi::Value subscriptions = node.Get("_subscriptions");
4645
Napi::Value clients = node.Get("_clients");
@@ -49,6 +48,7 @@ void HandleManager::SynchronizeHandles(const Napi::Object& node) {
4948
Napi::Value action_clients = node.Get("_actionClients");
5049
Napi::Value action_servers = node.Get("_actionServers");
5150
Napi::Value events = node.Get("_events");
51+
5252
uint32_t sum = 0;
5353
is_synchronizing_.store(true);
5454
{

0 commit comments

Comments
 (0)