Whitespace

This commit is contained in:
James P. Howard, II
2022-08-19 20:28:07 -04:00
parent e7a5f342bf
commit 67cdf9bc29

View File

@@ -62,7 +62,7 @@ namespace kami {
*
* @returns returns vector of agents successfully stepped
*/
std::optional<std::shared_ptr<std::vector<AgentID>>> step(std::shared_ptr<Model> model) override;
std::optional<std::shared_ptr<std::vector<AgentID>>> step(std::shared_ptr<Model> model) override;
/**
* @brief Execute a single time step.