Skip to content

Commit

Permalink
remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
TymurGubayev committed Sep 3, 2023
1 parent 1f9c249 commit 9eca80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/workorder-details.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ end

local function show_job_details()
local scr = ScrJobDetails()
if not scr.open -- dfhack.gui.matchFocusString('dwarfmode/JobDetails')
if not scr.open -- dfhack.gui.matchFocusString('dwarfmode/JobDetails')
or scr.context ~= df.job_details_context_type.MANAGER_WORK_ORDER
then
qerror("This script needs to be run from a work order details screen")
Expand Down

0 comments on commit 9eca80b

Please sign in to comment.