Skip to content

Commit 9eca80b

Browse files
committed
remove trailing whitespaces
1 parent 1f9c249 commit 9eca80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/workorder-details.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ end
171171

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

0 commit comments

Comments
 (0)