Remove spaces from empty line

This commit is contained in:
Max Akhmedov 2019-07-28 20:46:48 +03:00 committed by GitHub
parent f632a0b241
commit 5e9ea2a905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ template <typename Base>
struct AggregationDataWithNullKeyTwoLevel : public Base
{
using Base::impls;
AggregationDataWithNullKeyTwoLevel() {}
template <typename Other>