diff --git a/GCryptCLI/src/DataIngestionLayer.cpp b/GCryptCLI/src/DataIngestionLayer.cpp index 96c1991..af6bfa7 100644 --- a/GCryptCLI/src/DataIngestionLayer.cpp +++ b/GCryptCLI/src/DataIngestionLayer.cpp @@ -57,9 +57,7 @@ void DataIngestionLayer::Init() { } // Derive from our the current module if we're reading ciphertext or not - if ( - (Configuration::activeModule == Configuration::MODULE::DECRYPTION) - ) { + if (Configuration::activeModule == Configuration::MODULE::DECRYPTION) { isReadingCiphertext = true; } else {