diff options
| author | s-berdnikov <[email protected]> | 2026-01-27 14:50:11 +0300 |
|---|---|---|
| committer | s-berdnikov <[email protected]> | 2026-01-27 15:11:28 +0300 |
| commit | dedf25a083d0d18ea64dc3cc6eeca17c4d4919f3 (patch) | |
| tree | 454f581a90ced21ead099ad6f5277e51a024e873 /library/cpp/threading | |
| parent | 6285361944fe4fc46dd8ab44b5126534aa23d0bc (diff) | |
Normalize `operator()` spelling in YT
As of the date of this PR, there are 4 different ways to spell parenthesis operator in YT
* `operator()(args...)` - 505 occasions
* `operator() (args...)` - 151 occasions
* `operator () (args...)` - 65 occasions
* `operator ()(args...)` - 6 occasions
As is apparent from this statistics, the first way is the most popular by far (69% of all matches). Furthermore, it is the most consistent with YT style guide <https://nda.ya.ru/t/YOfm_T4z7Syke2>.
commit_hash:f9f2f2a6822e88d6aba6777210a00d08c2911bc5
Diffstat (limited to 'library/cpp/threading')
0 files changed, 0 insertions, 0 deletions
