Fix Indentation

This commit is contained in:
Leonetienne
2022-05-31 17:07:45 +02:00
parent 9d63835876
commit ada88e8139
+1 -1
View File
@@ -32,7 +32,7 @@ void DataIngestionLayer::Init() {
// A little bit of error handling
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