aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/svnversion
diff options
context:
space:
mode:
authorprime <prime@yandex-team.ru>2022-02-10 16:46:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:01 +0300
commite34f3f0e381020a427f44fbd50463d9a04089db3 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/svnversion
parent3695a7cd42b74a4987d8d5a8f2e2443556998943 (diff)
downloadydb-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.cpp2
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;
}