mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 00:24:41 +00:00
Fix style
This commit is contained in:
parent
5ef9d87790
commit
3dbd351c9e
@ -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());
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user