You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/12/11 15:08:37 UTC

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #957: MINIFICPP-1407 - Fetch flow configuration file from C2 if not found locally

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:
users@infra.apache.org