From 48ac1ce81ac4454e4affe49211ab6b30098b624b Mon Sep 17 00:00:00 2001 From: nautaa <870284156@qq.com> Date: Tue, 5 Jan 2021 21:41:18 +0800 Subject: [PATCH] fix --- src/Functions/decodeXMLComponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Functions/decodeXMLComponent.cpp b/src/Functions/decodeXMLComponent.cpp index b2f42eabd02..2fdefa8a6c7 100644 --- a/src/Functions/decodeXMLComponent.cpp +++ b/src/Functions/decodeXMLComponent.cpp @@ -246,4 +246,4 @@ void registerFunctionDecodeXMLComponent(FunctionFactory & factory) { factory.registerFunction(); } -} \ No newline at end of file +}