Skip to content

Commit e0a5a94

Browse files
Apply prepare changes
1 parent 3c30a67 commit e0a5a94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

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

0 commit comments

Comments
 (0)