Skip to content

Commit

Permalink
astyle once more v_v
Browse files Browse the repository at this point in the history
  • Loading branch information
moxian committed Dec 14, 2024
1 parent 1bb05c1 commit 2338456
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/itype.h
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ class islot_milling
void deserialize( const JsonObject &jo );
};

struct temperature_effect{
struct temperature_effect {
std::optional<units::temperature> temperature_above;
std::optional<units::temperature> temperature_below;

Expand All @@ -1215,8 +1215,7 @@ struct temperature_effect{
void load( const JsonObject &jo );
};

struct islot_temperature_effects
{
struct islot_temperature_effects {
std::vector<temperature_effect> effects;
};

Expand Down

0 comments on commit 2338456

Please sign in to comment.