diff --git a/dbms/src/Common/StorageOfAllowedURL.cpp b/dbms/src/Common/StorageOfAllowedURL.cpp index fb3c4fc60dc..4d57b67dcf2 100644 --- a/dbms/src/Common/StorageOfAllowedURL.cpp +++ b/dbms/src/Common/StorageOfAllowedURL.cpp @@ -59,4 +59,4 @@ bool StorageOfAllowedURL::checkString(const std::string &host) } return true; } -} \ No newline at end of file +}