error: no newline at end of file [-Werror,-Wnewline-eof]

This commit is contained in:
l 2019-09-12 07:41:16 +02:00
parent dda57fe0f7
commit 2b5a420f49

View File

@ -38,4 +38,4 @@ std::unique_ptr<DB::ReadWriteBufferFromHTTP> makeReadWriteBufferFromHTTP(const P
throw Exception(error_message.str(), ErrorCodes::TOO_MANY_REDIRECTS); throw Exception(error_message.str(), ErrorCodes::TOO_MANY_REDIRECTS);
} }
} }