Skip to content

Commit

Permalink
fixed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Branislav Setlák committed Oct 14, 2023
1 parent 5952f23 commit e626d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fix/corrupt-jobs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
local count = 0

for _, unit in ipairs(df.global.world.units.all) do
if unit.job.current_job and unit.job.current_job.id == -1 then
if unit.job.current_job and unit.job.current_job.id == -1 then
unit.job.current_job = nil
count = count + 1
end
end
end

if count > 0 then
Expand Down

0 comments on commit e626d72

Please sign in to comment.