adamdebreceni commented on a change in pull request #957:
URL: https://github.com/apache/nifi-minifi-cpp/pull/957#discussion_r541013520
##########
File path: encrypt-config/tests/ConfigFileEncryptorTests.cpp
##########
@@ -28,7 +28,7 @@ size_t base64_length(size_t unencoded_length) {
return (unencoded_length + 2) / 3 * 4;
}
-bool check_encryption(const ConfigFile& test_file, const std::string&
property_name, size_t original_value_length) {
+bool check_encryption(const ConfigFile& test_file, const std::string&
property_name, size_t original_value_length) {
Review comment:
accidental space
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]