From 8ba459091f5858ee5e2db4c3f4edbff3d3b5ce74 Mon Sep 17 00:00:00 2001 From: Mavo Date: Tue, 15 Nov 2016 11:38:01 +0100 Subject: [PATCH] Removed whitespace Former-commit-id: 5a8addef94d9031bf622744d152b9a6c0a549f41 --- stormpy/src/core/modelchecking.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stormpy/src/core/modelchecking.cpp b/stormpy/src/core/modelchecking.cpp index 5cd053af8..c4c9cfbbc 100644 --- a/stormpy/src/core/modelchecking.cpp +++ b/stormpy/src/core/modelchecking.cpp @@ -11,11 +11,11 @@ class PmcResult { return resultFunction; } - std::unordered_set> getConstraintsWellFormed() const { + std::unordered_set> getConstraintsWellFormed() const { return constraintsWellFormed; } - std::unordered_set> getConstraintsGraphPreserving() const { + std::unordered_set> getConstraintsGraphPreserving() const { return constraintsGraphPreserving; }