Update JSONEachRowRowOutputFormat.h

This commit is contained in:
Maksim Kita 2021-12-03 12:48:28 +03:00 committed by GitHub
parent e568b16e02
commit 6ec559f103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,8 @@ public:
public:
/// Content-Type to set when sending HTTP response.
String getContentType() const override
{
return settings.json.array_of_rows ? "application/json; charset=UTF-8" : IRowOutputFormat::getContentType();
{
return settings.json.array_of_rows ? "application/json; charset=UTF-8" : IRowOutputFormat::getContentType();
}
protected: