Skip to content

Commit

Permalink
Whitespace #3603
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Nov 27, 2018
1 parent a12927a commit b1bc748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Storages/StorageBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ BlockInputStreams StorageBuffer::read(
{
/// Add streams to convert read blocks from the destination table.
auto header = getSampleBlock();
for (auto& stream_from_dst : streams_from_dst)
for (auto & stream_from_dst : streams_from_dst)
{
stream_from_dst = std::make_shared<AddingDefaultBlockInputStream>(
stream_from_dst, header, getColumns().defaults, context);
Expand Down

0 comments on commit b1bc748

Please sign in to comment.