Update StorageOfAllowedURL.cpp

This commit is contained in:
Mikhail Korotov 2019-10-10 01:23:12 +03:00 committed by GitHub
parent 769ec9ea6c
commit 56cdc03b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,4 +59,4 @@ bool StorageOfAllowedURL::checkString(const std::string &host)
}
return true;
}
}
}