Skip to content

Commit

Permalink
PR feedback: removed unneeded return
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Nov 5, 2024
1 parent 0d96050 commit 5fd559b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/micro.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,6 @@ _detach_service_from_connection(natsConnection *nc, microService *m)
break;
}
natsMutex_Unlock(nc->servicesMu);

return;
}

static microError *
Expand Down

0 comments on commit 5fd559b

Please sign in to comment.