-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactoring - ClientLsp - ide_service does not need to be a reference…
… - 2/2 Summary: In ClientLsp, the variable `ide_service` is often passed as a reference. Reference are confusing because they seem to indicate that the function taking the ide_service as a reference modifies the ide_service, when it's not the case at all. Removing the reference makes it clear that there are no stateful changes. Reviewed By: patriciamckenzie Differential Revision: D66536204 fbshipit-source-id: 5178f724f3a527c9246d20d469c3b239e01d3b07
- Loading branch information
1 parent
b154e27
commit 7438bc9
Showing
1 changed file
with
41 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters