Fix Indentation

This commit is contained in:
Leonetienne 2022-05-31 17:06:13 +02:00
parent f979b9c187
commit a00b8cc310
No known key found for this signature in database
GPG Key ID: C33879CD92E9708C

View File

@ -32,7 +32,7 @@ void DataIngestionLayer::Init() {
// A little bit of error handling // A little bit of error handling
if (!ifs.good()) { if (!ifs.good()) {
throw std::runtime_error( "Unable to open infilestream!"); throw std::runtime_error("Unable to open infilestream!");
} }
// Redirect our istream to this infilestream // Redirect our istream to this infilestream