diff --git a/src/storm-cli-utilities/model-handling.h b/src/storm-cli-utilities/model-handling.h index 520e3c878..f1ad5f36e 100644 --- a/src/storm-cli-utilities/model-handling.h +++ b/src/storm-cli-utilities/model-handling.h @@ -1053,7 +1053,7 @@ namespace storm { } watch.stop(); postprocessingCallback(result); - STORM_PRINT((storm::utility::resources::isTerminate() ? "Result till abort:" : "Result:") << *result << std::endl); + STORM_PRINT((storm::utility::resources::isTerminate() ? "Result till abort: " : "Result: ") << *result << std::endl); STORM_PRINT("Time for model checking: " << watch << "." << std::endl); } }