Skip to content

Commit 4cfe266

Browse files
authored
Update src/Formats/FormatSettings.h
1 parent 12e512c commit 4cfe266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Formats/FormatSettings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ struct FormatSettings
363363
bool skip_trailing_empty_lines = false;
364364
bool allow_variable_number_of_columns = false;
365365
bool crlf_end_of_line_input = false;
366-
} tsv;
366+
} tsv{};
367367

368368
struct
369369
{

0 commit comments

Comments
 (0)