Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebb190e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 04c49aa commit ebb190e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/orders.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ static bool compare_type(df::manager_order *a, df::manager_order *b)
10601060
{
10611061
return enum_item_key(a->job_type) < enum_item_key(b->job_type);
10621062
}
1063-
1063+
10641064
// Compare item subtype
10651065
bool a_has_item_subtype = (a->item_subtype != -1);
10661066
bool b_has_item_subtype = (b->item_subtype != -1);
@@ -1168,4 +1168,4 @@ static command_result orders_reset_command(color_ostream & out)
11681168
it->status.bits.validated = false;
11691169
}
11701170
return CR_OK;
1171-
}
1171+
}

0 commit comments

Comments
 (0)