Skip to content

Commit f30d4b2

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

multihaul.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ function finish_jobs_without_wheelbarrow()
205205
count = count + 1
206206
end
207207
end
208-
if count > 0 then
209-
dfhack.gui.showAnnouncement('multihaul: clearing stuck hauling job', COLOR_CYAN)
210-
end
208+
if count > 0 then
209+
dfhack.gui.showAnnouncement('multihaul: clearing stuck hauling job', COLOR_CYAN)
210+
end
211211
end
212212

213213
local function on_new_job(job)

0 commit comments

Comments
 (0)