summaryrefslogtreecommitdiffstats
path: root/library/cpp/comptable/usage/usage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/comptable/usage/usage.cpp')
-rw-r--r--library/cpp/comptable/usage/usage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/comptable/usage/usage.cpp b/library/cpp/comptable/usage/usage.cpp
index 9997c83686a..9fb9cd6e3b1 100644
--- a/library/cpp/comptable/usage/usage.cpp
+++ b/library/cpp/comptable/usage/usage.cpp
@@ -69,7 +69,7 @@ int main(int argc, const char* argv[]) {
DoTest<true>(table, lines);
DoTest<false>(table, lines);
- Y_UNUSED(argc);
- Y_UNUSED(argv);
+ Y_UNUSED(argc);
+ Y_UNUSED(argv);
return 0;
}