diff options
author | prime <prime@yandex-team.ru> | 2022-02-10 16:46:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:01 +0300 |
commit | e34f3f0e381020a427f44fbd50463d9a04089db3 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/svnversion | |
parent | 3695a7cd42b74a4987d8d5a8f2e2443556998943 (diff) | |
download | ydb-e34f3f0e381020a427f44fbd50463d9a04089db3.tar.gz |
Restoring authorship annotation for <prime@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/svnversion')
-rw-r--r-- | library/cpp/svnversion/test/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/svnversion/test/main.cpp b/library/cpp/svnversion/test/main.cpp index fc1eeef11c..3c8209047f 100644 --- a/library/cpp/svnversion/test/main.cpp +++ b/library/cpp/svnversion/test/main.cpp @@ -24,7 +24,7 @@ int main() { Cout << "GetBranch(): " << GetBranch() << Endl; Cout << "GetTag(): " << GetTag() << Endl; Cout << "GetArcadiaPatchNumber(): " << GetArcadiaPatchNumber() << Endl; - Cout << "GetVCSDirty(): " << GetVCSDirty() << Endl; + Cout << "GetVCSDirty(): " << GetVCSDirty() << Endl; return 0; } |