From 6e1d8374394b993811c56cfe962ae29f13efad8e Mon Sep 17 00:00:00 2001 From: Maksim Kita Date: Tue, 5 Apr 2022 11:24:33 +0200 Subject: [PATCH] Fixed style check --- src/Common/ShellCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/ShellCommand.cpp b/src/Common/ShellCommand.cpp index 229807c868e..f24add7acf0 100644 --- a/src/Common/ShellCommand.cpp +++ b/src/Common/ShellCommand.cpp @@ -31,7 +31,7 @@ namespace namespace ProfileEvents { - extern const int ExecuteShellCommand; + extern const Event ExecuteShellCommand; } namespace DB