Skip to content

Commit 3f3192a

Browse files
Apply prepare changes
1 parent 426a3a2 commit 3f3192a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

include/geode/stochastic/sampling/mcmc/simulation_runner.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ namespace geode
7373
public:
7474
SimulationRunner() = delete;
7575
explicit SimulationRunner( SimulationContext< ObjectType >&& context )
76-
: context_( std::move( context ) ) {}
76+
: context_( std::move( context ) )
77+
{
78+
}
7779
virtual ~SimulationRunner() = default;
7880

7981
[[nodiscard]] const ObjectSets< ObjectType >& run(

0 commit comments

Comments
 (0)