Fix clang-tidy

This commit is contained in:
Nikita Mikhaylov 2024-04-25 19:57:29 +00:00
parent 239f9e2059
commit 8e63946b6d
2 changed files with 1 additions and 5 deletions

View File

@ -28,10 +28,6 @@ namespace ErrorCodes
extern const int USER_SESSION_LIMIT_EXCEEDED;
}
Suggest::Suggest()
{
}
static String getLoadSuggestionQuery(Int32 suggestion_limit, bool basic_suggestion)
{
/// NOTE: Once you will update the completion list,

View File

@ -17,7 +17,7 @@ namespace DB
class Suggest : public LineReader::Suggest, boost::noncopyable
{
public:
Suggest();
Suggest() = default;
~Suggest()
{