Browse Source

Restoring authorship annotation for <alex-bogdanov@yandex-team.ru>. Commit 2 of 2.

alex-bogdanov 3 years ago
parent
commit
a8d8e782fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/config/tests/clang_tidy/config.yaml

+ 1 - 1
build/config/tests/clang_tidy/config.yaml

@@ -20,7 +20,7 @@ CheckOptions:
     value: CamelCase
   # do not tide public begin / end methods to workaround clang-tidy bug in range-based for loops
   - key: readability-identifier-naming.PublicMethodIgnoredRegexp
-    value: "(begin|end|empty|size|ysize|front|back)" 
+    value: "(begin|end|empty|size|ysize|front|back)"
   - key: readability-identifier-naming.PublicMethodCase
     value: CamelCase
   - key: readability-identifier-naming.ProtectedMethodCase