From ebb190e3569daa534fe8363b03fe7027d695b427 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 11:37:11 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- plugins/orders.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/orders.cpp b/plugins/orders.cpp index 7fcefa745..12eb08640 100644 --- a/plugins/orders.cpp +++ b/plugins/orders.cpp @@ -1060,7 +1060,7 @@ static bool compare_type(df::manager_order *a, df::manager_order *b) { return enum_item_key(a->job_type) < enum_item_key(b->job_type); } - + // Compare item subtype bool a_has_item_subtype = (a->item_subtype != -1); bool b_has_item_subtype = (b->item_subtype != -1); @@ -1168,4 +1168,4 @@ static command_result orders_reset_command(color_ostream & out) it->status.bits.validated = false; } return CR_OK; -} \ No newline at end of file +}