From ef443b2bc560b4fcd7be22fd4149bac6873cafc1 Mon Sep 17 00:00:00 2001 From: Anton Popov Date: Mon, 30 Jul 2018 16:48:44 +0300 Subject: [PATCH] Update FunctionsHashing.h --- dbms/src/Functions/FunctionsHashing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/src/Functions/FunctionsHashing.h b/dbms/src/Functions/FunctionsHashing.h index 7307a1aae62..9a3e2b849de 100644 --- a/dbms/src/Functions/FunctionsHashing.h +++ b/dbms/src/Functions/FunctionsHashing.h @@ -964,4 +964,4 @@ using FunctionCityHash64 = FunctionNeighbourhoodHash64; using FunctionFarmHash64 = FunctionNeighbourhoodHash64; using FunctionMetroHash64 = FunctionNeighbourhoodHash64; using MurmurHash2 = FunctionStringHash32; -} \ No newline at end of file +}