Skip to content

Commit

Permalink
reformat 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Pang authored and Wei Pang committed Jan 15, 2023
1 parent 726d82a commit 20f39f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/csv_reader/csv_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ CopyDescription::CopyDescription(const string& filePath, CSVReaderConfig csvRead

CopyDescription::CopyDescription(const CopyDescription& copyDescription)
: filePath{copyDescription.filePath}, csvReaderConfig{nullptr}, fileType{
copyDescription.fileType} {
copyDescription.fileType} {
if (fileType == FileType::CSV) {
this->csvReaderConfig = make_unique<CSVReaderConfig>(*copyDescription.csvReaderConfig);
}
Expand Down

0 comments on commit 20f39f1

Please sign in to comment.