diff --git a/src/Interpreters/ExpressionActionsSettings.cpp b/src/Interpreters/ExpressionActionsSettings.cpp index a413b99e781..e23a2a14cc7 100644 --- a/src/Interpreters/ExpressionActionsSettings.cpp +++ b/src/Interpreters/ExpressionActionsSettings.cpp @@ -16,9 +16,9 @@ ExpressionActionsSettings ExpressionActionsSettings::fromSettings(const Settings return settings; } - ExpressionActionsSettings ExpressionActionsSettings::fromContext(const Context & from) - { - return fromSettings(from.getSettingsRef()); - } +ExpressionActionsSettings ExpressionActionsSettings::fromContext(const Context & from) +{ + return fromSettings(from.getSettingsRef()); +} }