From a394899b6045740799251e548eb4ef2be2f4f480 Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Mon, 8 Jul 2024 10:50:57 +0200 Subject: [PATCH] Fixed formatting --- .../modelchecker/BeliefExplorationPomdpModelCheckerTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/storm-pomdp/modelchecker/BeliefExplorationPomdpModelCheckerTest.cpp b/src/test/storm-pomdp/modelchecker/BeliefExplorationPomdpModelCheckerTest.cpp index 8ad82416b..e522618b2 100644 --- a/src/test/storm-pomdp/modelchecker/BeliefExplorationPomdpModelCheckerTest.cpp +++ b/src/test/storm-pomdp/modelchecker/BeliefExplorationPomdpModelCheckerTest.cpp @@ -195,7 +195,8 @@ class PreprocessedDefaultRationalPIEnvironment { static ValueType precision() { return storm::utility::convertNumber(0.12); } // there actually aren't any precision guarantees, but we still want to detect if results are weird. - static void adaptOptions(storm::pomdp::modelchecker::BeliefExplorationPomdpModelCheckerOptions&) { /* intentionally left empty */ } + static void adaptOptions(storm::pomdp::modelchecker::BeliefExplorationPomdpModelCheckerOptions&) { /* intentionally left empty */ + } static PreprocessingType const preprocessingType = PreprocessingType::All; };