diff --git a/src/AggregateFunctions/AggregateFunctionRankCorr.cpp b/src/AggregateFunctions/AggregateFunctionRankCorr.cpp index d3e7ecccee2..25ba9d55999 100644 --- a/src/AggregateFunctions/AggregateFunctionRankCorr.cpp +++ b/src/AggregateFunctions/AggregateFunctionRankCorr.cpp @@ -56,4 +56,4 @@ void registerAggregateFunctionRankCorr(AggregateFunctionFactory & factory) factory.registerFunction("RankCorr", createAggregateFunctionRankCorr, AggregateFunctionFactory::CaseInsensitive); } -} \ No newline at end of file +} diff --git a/src/AggregateFunctions/AggregateFunctionRankCorr.h b/src/AggregateFunctions/AggregateFunctionRankCorr.h index 4d59f3dea16..49aa75b2f9a 100644 --- a/src/AggregateFunctions/AggregateFunctionRankCorr.h +++ b/src/AggregateFunctions/AggregateFunctionRankCorr.h @@ -287,4 +287,4 @@ public: }; -}; \ No newline at end of file +};