Remove trailing spaces -- style check fix

This commit is contained in:
Kseniia Sumarokova 2021-07-02 22:39:21 +03:00 committed by GitHub
parent ed687f45a1
commit 55ce7de248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -436,7 +436,7 @@ BlockOutputStreamPtr StorageS3::write(const ASTPtr & /*query*/, const StorageMet
max_single_part_upload_size);
}
void StorageS3::truncate(const ASTPtr & /* query */, const StorageMetadataPtr &, ContextPtr local_context, TableExclusiveLockHolder &)
{
updateClientAndAuthSettings(local_context, client_auth);