Skip to content

Commit f6400b5

Browse files
committed
clang-tidy fix
1 parent b11ddc6 commit f6400b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client/BuzzHouse/Generator/StatementGenerator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class StatementGenerator
289289
void flatTableColumnPath(
290290
uint32_t flags, const std::unordered_map<uint32_t, SQLColumn> & cols, std::function<bool(const SQLColumn & c)> col_filter);
291291
void flatColumnPath(uint32_t flags, const std::unordered_map<uint32_t, std::unique_ptr<SQLType>> & centries);
292-
void addRandomRelation(RandomGenerator & rg, const std::optional<String> rel_name, uint32_t ncols, Expr * expr);
292+
void addRandomRelation(RandomGenerator & rg, std::optional<String> rel_name, uint32_t ncols, Expr * expr);
293293
void generateStorage(RandomGenerator & rg, Storage * store) const;
294294
void generateNextCodecs(RandomGenerator & rg, CodecList * cl);
295295
void generateTTLExpression(RandomGenerator & rg, const std::optional<SQLTable> & t, Expr * ttl_expr);

0 commit comments

Comments
 (0)