Skip to content

Commit

Permalink
Update src/faction.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
GalacticApple and github-actions[bot] authored May 31, 2024
1 parent 0c9eb0b commit e627283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/faction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ std::string faction::describe() const
return ret;
}

void faction_power_spec::deserialize( const JsonObject& jo )
void faction_power_spec::deserialize( const JsonObject &jo )
{
mandatory( jo, false, "faction", faction );
optional( jo, false, "power_min", power_min );
Expand Down

0 comments on commit e627283

Please sign in to comment.