Skip to content

Commit

Permalink
indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkatie committed Apr 30, 2024
1 parent 8684292 commit 7092890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ class Context {
/// Adds a package type to a simulation-wide accessible list.
/// Agents should NOT add their own packages.
void AddPackage(std::string name, double fill_min = 0,
double fill_max = std::numeric_limits<double>::max(),
std::string strategy = "first");
double fill_max = std::numeric_limits<double>::max(),
std::string strategy = "first");

// Retrieve a registered package.
Package::Ptr GetPackageByName(std::string name);
Expand Down

0 comments on commit 7092890

Please sign in to comment.